#401397

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

Shades of Persian Indigo #401397

Tints of Persian Indigo #401397

Color information

#401397 (or 0x401397) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 97. RGB value is (64,19,151). Sum of RGB (Red+Green+Blue) = 64+19+151=234 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.35% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 151 (59.38% from 255 or 64.53% from 234); Max value from RGB is 151 - color contains mainly: blue. Hex color #401397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401397 is #BFEC68. Grayscale: #2F2F2F. Windows color (decimal): -12577897 or 9900864. OLE color: 9900864.

HSL color Cylindrical-coordinate representation of color #401397: hue angle of 260.45º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #401397 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB6419151-
CMYK0.580.8700.41
HSL260.45º77.65%33.33%-
HSV(B)260.45º87.42%59.22%-
XYZ7.933.7929.59-
YUV47.5186.41139.77-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.35%
GREEN value IS 19 (7.81% from 255) = 8.12%
BLUE value IS 151 (59.38% from 255) = 64.53%
R=27.35%
G=8.12%
B=64.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64191510.580.8700.41260.4577.6533.33
Hex4013973A570291044e21
Octal100232277212705140411641
Binary10000001001110010111111010101011101010011000001001001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401397; }

 p { color: rgb(64,19,151); }

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

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

 a { background-color: rgb(64,19,151); }

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

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

 span { border-color: rgb(64,19,151); }

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