#411872

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

Shades of Persian Indigo #411872

Tints of Persian Indigo #411872

Color information

#411872 (or 0x411872) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 72. RGB value is (65,24,114). Sum of RGB (Red+Green+Blue) = 65+24+114=203 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.02% from 203); Green value is 24 (9.77% from 255 or 11.82% from 203); Blue value is 114 (44.92% from 255 or 56.16% from 203); Max value from RGB is 114 - color contains mainly: blue. Hex color #411872 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411872 is #BEE78D. Grayscale: #2E2E2E. Windows color (decimal): -12511118 or 7477313. OLE color: 7477313.

HSL color Cylindrical-coordinate representation of color #411872: hue angle of 267.33º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411872 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6524114-
CMYK0.430.7900.55
HSL267.33º65.22%27.06%-
HSV(B)267.33º78.95%44.71%-
XYZ5.542.9916.2-
YUV46.52166.08141.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.02%
GREEN value IS 24 (9.77% from 255) = 11.82%
BLUE value IS 114 (44.92% from 255) = 56.16%
R=32.02%
G=11.82%
B=56.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65241140.430.7900.55267.3365.2227.06
Hex4118722B4F03710b411b
Octal101301625311706741310133
Binary100000111000111001010101110011110110111100001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411872; }

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

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

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

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

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

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

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

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