#411874

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

Shades of Persian Indigo #411874

Tints of Persian Indigo #411874

Color information

#411874 (or 0x411874) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 74. RGB value is (65,24,116). Sum of RGB (Red+Green+Blue) = 65+24+116=205 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.71% from 205); Green value is 24 (9.77% from 255 or 11.71% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #411874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411874 is #BEE78B. Grayscale: #2E2E2E. Windows color (decimal): -12511116 or 7608385. OLE color: 7608385.

HSL color Cylindrical-coordinate representation of color #411874: hue angle of 266.74º degrees, saturation: 0.66, 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 #411874 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6524116-
CMYK0.440.7900.55
HSL266.74º65.71%27.45%-
HSV(B)266.74º79.31%45.49%-
XYZ5.663.0416.81-
YUV46.75167.08141.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.71%
GREEN value IS 24 (9.77% from 255) = 11.71%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=31.71%
G=11.71%
B=56.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65241160.440.7900.55266.7465.7127.45
Hex4118742C4F03710b421b
Octal101301645411706741310233
Binary100000111000111010010110010011110110111100001011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411874; }

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

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

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

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

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

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

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

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