Html Css Color HEX #410EAB Indigo

📋 copy color: '#410EAB'

red 65 ◦ green 14 ◦ blue 171

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

Shades of Indigo #410EAB

Tints of Indigo #410EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 68.4%

R = 26%
G = 5.6%
B = 68.4%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#410EAB (or 0x410EAB) is known color: Indigo. HEX triplet: 41, 0E and AB. RGB value is (65,14,171). Sum of RGB (Red+Green+Blue) = 65+14+171=250 (33% of max value = 765). Red value is 65 (25.78% from 255 or 26% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #410EAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410EAB is #BEF154. Grayscale: #2E2E2E. Windows color (decimal): -12513621 or 11210305. OLE color: 11210305.

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

Color convert

RGB 65 14 171 -
CMYK 0.62 0.92 0 0.33
HSL 259.49º 0.85% 0.36% -
HSV(B) 259.49º 0.92% 0.67% -
XYZ 9.69 4.38 38.86 -
YUV 47.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 65 14 171 0.62 0.92 0 0.33 259.49 0.85 0.36
Hex 41 E AB 3E 5C 0 21 103 55 24
Octal 101 16 253 76 134 0 41 403 125 44
Binary 1000001 1110 10101011 111110 1011100 0 100001 100000011 1010101 100100

Color Harmonies of #410EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410EAB

Black with #410EAB

Text Example


Text Example

White with #410EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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