#401893

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

Shades of Persian Indigo #401893

Tints of Persian Indigo #401893

Color information

#401893 (or 0x401893) is unknown color: approx Persian Indigo. HEX triplet: 40, 18 and 93. RGB value is (64,24,147). Sum of RGB (Red+Green+Blue) = 64+24+147=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #401893 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401893 is #BFE76C. Grayscale: #313131. Windows color (decimal): -12576621 or 9640000. OLE color: 9640000.

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

Color convert

RGB6424147-
CMYK0.560.8400.42
HSL259.51º71.93%33.53%-
HSV(B)259.51º83.67%57.65%-
XYZ7.713.8527.94-
YUV49.98182.75138-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.23%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=27.23%
G=10.21%
B=62.55%

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
Decimal64241470.560.8400.42259.5171.9333.53
Hex401893385402A1044822
Octal100302237012405240411042
Binary10000001100010010011111000101010001010101000001001001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401893; }

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

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

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

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

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

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

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

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