Html Css Color HEX #410BAB Indigo

📋 copy color: '#410BAB'

red 65 ◦ green 11 ◦ blue 171

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

Shades of Indigo #410BAB

Tints of Indigo #410BAB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.45%

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

R = 26.32%
G = 4.45%
B = 69.23%

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

#410BAB (or 0x410BAB) is known color: Indigo. HEX triplet: 41, 0B and AB. RGB value is (65,11,171). Sum of RGB (Red+Green+Blue) = 65+11+171=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 11 (4.69% from 255 or 4.45% from 247); Blue value is 171 (67.19% from 255 or 69.23% from 247); Max value from RGB is 171 - color contains mainly: blue. Hex color #410BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410BAB is #BEF454. Grayscale: #2C2C2C. Windows color (decimal): -12514389 or 11209537. OLE color: 11209537.

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

Color convert

RGB 65 11 171 -
CMYK 0.62 0.94 0 0.33
HSL 260.25º 0.88% 0.36% -
HSV(B) 260.25º 0.94% 0.67% -
XYZ 9.65 4.3 38.85 -
YUV 45.39 198.89 141.99 -
System Red Green Blue C M Y K H S L
Decimal 65 11 171 0.62 0.94 0 0.33 260.25 0.88 0.36
Hex 41 B AB 3E 5E 0 21 104 58 24
Octal 101 13 253 76 136 0 41 404 130 44
Binary 1000001 1011 10101011 111110 1011110 0 100001 100000100 1011000 100100

Color Harmonies of #410BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410BAB

Black with #410BAB

Text Example


Text Example

White with #410BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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