#401895

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

Shades of Persian Indigo #401895

Tints of Persian Indigo #401895

Color information

#401895 (or 0x401895) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 95. RGB value is (64,24,149). Sum of RGB (Red+Green+Blue) = 64+24+149=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 149 (58.59% from 255 or 62.87% from 237); Max value from RGB is 149 - color contains mainly: blue. Hex color #401895 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401895 is #BFE76A. Grayscale: #313131. Windows color (decimal): -12576619 or 9771072. OLE color: 9771072.

HSL color Cylindrical-coordinate representation of color #401895: hue angle of 259.2º 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 #401895 is Cyan = 0.57, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6424149-
CMYK0.570.8400.42
HSL259.2º72.25%33.92%-
HSV(B)259.2º83.89%58.43%-
XYZ7.873.9128.77-
YUV50.21183.75137.84-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.00%
GREEN value IS 24 (9.77% from 255) = 10.13%
BLUE value IS 149 (58.59% from 255) = 62.87%
R=27.00%
G=10.13%
B=62.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64241490.570.8400.42259.272.2533.92
Hex401895395402A1034822
Octal100302257112405240311042
Binary10000001100010010101111001101010001010101000000111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401895; }

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

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

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

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

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

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

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

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