Html Css Color HEX #410B87 Indigo

📋 copy color: '#410B87'

red 65 ◦ green 11 ◦ blue 135

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

Shades of Indigo #410B87

Tints of Indigo #410B87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 63.98%

R = 30.81%
G = 5.21%
B = 63.98%

CMYK

 C value IS 0.52

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#410B87 (or 0x410B87) is known color: Indigo. HEX triplet: 41, 0B and 87. RGB value is (65,11,135). Sum of RGB (Red+Green+Blue) = 65+11+135=211 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.81% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 135 (53.12% from 255 or 63.98% from 211); Max value from RGB is 135 - color contains mainly: blue. Hex color #410B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #410B87 is #BEF478. Grayscale: #282828. Windows color (decimal): -12514425 or 8850241. OLE color: 8850241.

HSL color Cylindrical-coordinate representation of color #410B87: hue angle of 266.13º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #410B87 is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 65 11 135 -
CMYK 0.52 0.92 0 0.47
HSL 266.13º 0.85% 0.29% -
HSV(B) 266.13º 0.92% 0.53% -
XYZ 6.67 3.11 23.17 -
YUV 41.28 180.89 144.92 -
System Red Green Blue C M Y K H S L
Decimal 65 11 135 0.52 0.92 0 0.47 266.13 0.85 0.29
Hex 41 B 87 34 5C 0 2F 10A 55 1D
Octal 101 13 207 64 134 0 57 412 125 35
Binary 1000001 1011 10000111 110100 1011100 0 101111 100001010 1010101 11101

Color Harmonies of #410B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #410B87

Black with #410B87

Text Example


Text Example

White with #410B87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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