Html Css Color HEX #410EAD Indigo

📋 copy color: '#410EAD'

red 65 ◦ green 14 ◦ blue 173

#410EAD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #410EAD

Tints of Indigo #410EAD

RGB

 RED value IS 65 (25.78% from 255) = 25.79%

 GREEN value IS 14 (5.86% from 255) = 5.56%

 BLUE value IS 173 (67.97% from 255) = 68.65%

R = 25.79%
G = 5.56%
B = 68.65%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#410EAD (or 0x410EAD) is known color: Indigo. HEX triplet: 41, 0E and AD. RGB value is (65,14,173). Sum of RGB (Red+Green+Blue) = 65+14+173=252 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.79% from 252); Green value is 14 (5.86% from 255 or 5.56% from 252); Blue value is 173 (67.97% from 255 or 68.65% from 252); Max value from RGB is 173 - color contains mainly: blue. Hex color #410EAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EAD is #BEF152. Grayscale: #2E2E2E. Windows color (decimal): -12513619 or 11341377. OLE color: 11341377.

HSL color Cylindrical-coordinate representation of color #410EAD: hue angle of 259.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410EAD is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 65 14 173 -
CMYK 0.62 0.92 0 0.32
HSL 259.25º 0.85% 0.37% -
HSV(B) 259.25º 0.92% 0.68% -
XYZ 9.88 4.46 39.87 -
YUV 47.38 198.9 140.57 -
System Red Green Blue C M Y K H S L
Decimal 65 14 173 0.62 0.92 0 0.32 259.25 0.85 0.37
Hex 41 E AD 3E 5C 0 20 103 55 25
Octal 101 16 255 76 134 0 40 403 125 45
Binary 1000001 1110 10101101 111110 1011100 0 100000 100000011 1010101 100101

Color Harmonies of #410EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EAD

Black with #410EAD

Text Example


Text Example

White with #410EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #410EAD; }

 p { color: rgb(65,14,173); }

 H1.HeaderClassName
 {
   color: #410EAD;
 }
 .AnyTagClassName
 {
   color: #410EAD;
 }
</style>

background-color css

<style>
 a { background-color: #410EAD; }

 a { background-color: rgb(65,14,173); }

 div.DivClassName
 {
   background-color: #410EAD;
 }
 .BgClassName
 {
   background-color: #410EAD;
 }
</style>

border-color css

<style>
 span { border-color: #410EAD; }

 span { border-color: rgb(65,14,173); }

 td.TdClassName
 {
   border-color: #410EAD;
 }
 .TagClassName
 {
   border-color: #410EAD;
 }
</style>