#401885

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

Shades of Persian Indigo #401885

Tints of Persian Indigo #401885

Color information

#401885 (or 0x401885) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 85. RGB value is (64,24,133). Sum of RGB (Red+Green+Blue) = 64+24+133=221 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.96% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 133 (52.34% from 255 or 60.18% from 221); Max value from RGB is 133 - color contains mainly: blue. Hex color #401885 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401885 is #BFE77A. Grayscale: #2F2F2F. Windows color (decimal): -12576635 or 8722496. OLE color: 8722496.

HSL color Cylindrical-coordinate representation of color #401885: hue angle of 262.02º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #401885 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6424133-
CMYK0.520.8200.48
HSL262.02º69.43%30.78%-
HSV(B)262.02º81.95%52.16%-
XYZ6.673.4422.5-
YUV48.39175.75139.14-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 28.96%
GREEN value IS 24 (9.77% from 255) = 10.86%
BLUE value IS 133 (52.34% from 255) = 60.18%
R=28.96%
G=10.86%
B=60.18%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal64241330.520.8200.48262.0269.4330.78
Hex4018853452030106451f
Octal100302056412206040610537
Binary1000000110001000010111010010100100110000100000110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401885; }

 p { color: rgb(64,24,133); }

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

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

 a { background-color: rgb(64,24,133); }

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

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

 span { border-color: rgb(64,24,133); }

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