#410B72

Color #410B72 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #410B72

Tints of Indigo #410B72

Color information

#410B72 (or 0x410B72) is unknown color: approx Indigo. HEX triplet: 41, 0B and 72. RGB value is (65,11,114). Sum of RGB (Red+Green+Blue) = 65+11+114=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 11 (4.69% from 255 or 5.79% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #410B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410B72 is #BEF48D. Grayscale: #262626. Windows color (decimal): -12514446 or 7473985. OLE color: 7473985.

HSL color Cylindrical-coordinate representation of color #410B72: hue angle of 271.46º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #410B72 is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6511114-
CMYK0.430.9000.55
HSL271.46º82.4%24.51%-
HSV(B)271.46º90.35%44.71%-
XYZ5.342.5816.14-
YUV38.89170.39146.62-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 11 (4.69% from 255) = 5.79%
BLUE value IS 114 (44.92% from 255) = 60%
R=34.21%
G=5.79%
B=60%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65111140.430.9000.55271.4682.424.51
Hex41B722B5A03710f5219
Octal101131625313206741712231
Binary10000011011111001010101110110100110111100001111101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #410B72;
 }
 .AnyTagClassName
 {
   color: #410B72;
 }
</style>
background-color css

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

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

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

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

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

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