#411873

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

Shades of Persian Indigo #411873

Tints of Persian Indigo #411873

Color information

#411873 (or 0x411873) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 73. RGB value is (65,24,115). Sum of RGB (Red+Green+Blue) = 65+24+115=204 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.86% from 204); Green value is 24 (9.77% from 255 or 11.76% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #411873 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411873 is #BEE78C. Grayscale: #2E2E2E. Windows color (decimal): -12511117 or 7542849. OLE color: 7542849.

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

Color convert

RGB6524115-
CMYK0.430.7900.55
HSL267.03º65.47%27.25%-
HSV(B)267.03º79.13%45.1%-
XYZ5.63.0116.51-
YUV46.63166.58141.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.86%
GREEN value IS 24 (9.77% from 255) = 11.76%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=31.86%
G=11.76%
B=56.37%

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
Decimal65241150.430.7900.55267.0365.4727.25
Hex4118732B4F03710b411b
Octal101301635311706741310133
Binary100000111000111001110101110011110110111100001011100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411873; }

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

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

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

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

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

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

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

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