Html Css Color HEX #410B6E Indigo

📋 copy color: '#410B6E'

red 65 ◦ green 11 ◦ blue 110

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

Shades of Indigo #410B6E

Tints of Indigo #410B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 59.14%

R = 34.95%
G = 5.91%
B = 59.14%

CMYK

 C value IS 0.41

 M value IS 0.9

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#410B6E (or 0x410B6E) is known color: Indigo. HEX triplet: 41, 0B and 6E. RGB value is (65,11,110). Sum of RGB (Red+Green+Blue) = 65+11+110=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 11 (4.69% from 255 or 5.91% from 186); Blue value is 110 (43.36% from 255 or 59.14% from 186); Max value from RGB is 110 - color contains mainly: blue. Hex color #410B6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B6E is #BEF491. Grayscale: #262626. Windows color (decimal): -12514450 or 7211841. OLE color: 7211841.

HSL color Cylindrical-coordinate representation of color #410B6E: hue angle of 272.73º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410B6E is Cyan = 0.41, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 65 11 110 -
CMYK 0.41 0.9 0 0.57
HSL 272.73º 0.82% 0.24% -
HSV(B) 272.73º 0.9% 0.43% -
XYZ 5.11 2.49 14.96 -
YUV 38.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 65 11 110 0.41 0.9 0 0.57 272.73 0.82 0.24
Hex 41 B 6E 29 5A 0 39 111 52 18
Octal 101 13 156 51 132 0 71 421 122 30
Binary 1000001 1011 1101110 101001 1011010 0 111001 100010001 1010010 11000

Color Harmonies of #410B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B6E

Black with #410B6E

Text Example


Text Example

White with #410B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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