Html Css Color HEX #410AAB Indigo

📋 copy color: '#410AAB'

red 65 ◦ green 10 ◦ blue 171

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

Shades of Indigo #410AAB

Tints of Indigo #410AAB

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

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

R = 26.42%
G = 4.07%
B = 69.51%

CMYK

 C value IS 0.62

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#410AAB (or 0x410AAB) is known color: Indigo. HEX triplet: 41, 0A and AB. RGB value is (65,10,171). Sum of RGB (Red+Green+Blue) = 65+10+171=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 171 (67.19% from 255 or 69.51% from 246); Max value from RGB is 171 - color contains mainly: blue. Hex color #410AAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410AAB is #BEF554. Grayscale: #2C2C2C. Windows color (decimal): -12514645 or 11209281. OLE color: 11209281.

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

Color convert

RGB 65 10 171 -
CMYK 0.62 0.94 0 0.33
HSL 260.5º 0.89% 0.35% -
HSV(B) 260.5º 0.94% 0.67% -
XYZ 9.64 4.28 38.85 -
YUV 44.8 199.22 142.41 -
System Red Green Blue C M Y K H S L
Decimal 65 10 171 0.62 0.94 0 0.33 260.5 0.89 0.35
Hex 41 A AB 3E 5E 0 21 104 59 23
Octal 101 12 253 76 136 0 41 404 131 43
Binary 1000001 1010 10101011 111110 1011110 0 100001 100000100 1011001 100011

Color Harmonies of #410AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410AAB

Black with #410AAB

Text Example


Text Example

White with #410AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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