#411893

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

Shades of Persian Indigo #411893

Tints of Persian Indigo #411893

Color information

#411893 (or 0x411893) is unknown color: approx Persian Indigo. HEX triplet: 41, 18 and 93. RGB value is (65,24,147). Sum of RGB (Red+Green+Blue) = 65+24+147=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #411893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #411893 is #BEE76C. Grayscale: #313131. Windows color (decimal): -12511085 or 9640001. OLE color: 9640001.

HSL color Cylindrical-coordinate representation of color #411893: hue angle of 260º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #411893 is Cyan = 0.56, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6524147-
CMYK0.560.8400.42
HSL260º71.93%33.53%-
HSV(B)260º83.67%57.65%-
XYZ7.773.8827.94-
YUV50.28182.58138.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 27.54%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 147 (57.81% from 255) = 62.29%
R=27.54%
G=10.17%
B=62.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65241470.560.8400.4226071.9333.53
Hex411893385402A1044822
Octal101302237012405240411042
Binary10000011100010010011111000101010001010101000001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411893; }

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

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

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

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

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

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

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

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