#401899

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

Shades of Persian Indigo #401899

Tints of Persian Indigo #401899

Color information

#401899 (or 0x401899) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 99. RGB value is (64,24,153). Sum of RGB (Red+Green+Blue) = 64+24+153=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 153 (60.16% from 255 or 63.49% from 241); Max value from RGB is 153 - color contains mainly: blue. Hex color #401899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401899 is #BFE766. Grayscale: #323232. Windows color (decimal): -12576615 or 10033216. OLE color: 10033216.

HSL color Cylindrical-coordinate representation of color #401899: hue angle of 258.6º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401899 is Cyan = 0.58, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6424153-
CMYK0.580.8400.4
HSL258.6º72.88%34.71%-
HSV(B)258.6º84.31%60%-
XYZ8.194.0430.49-
YUV50.67185.75137.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 26.56%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 153 (60.16% from 255) = 63.49%
R=26.56%
G=9.96%
B=63.49%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal64241530.580.8400.4258.672.8834.71
Hex4018993A540281034923
Octal100302317212405040311143
Binary10000001100010011001111010101010001010001000000111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401899; }

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

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

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

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

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

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

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

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