#401396

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

Shades of Persian Indigo #401396

Tints of Persian Indigo #401396

Color information

#401396 (or 0x401396) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 96. RGB value is (64,19,150). Sum of RGB (Red+Green+Blue) = 64+19+150=233 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.47% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 150 (58.98% from 255 or 64.38% from 233); Max value from RGB is 150 - color contains mainly: blue. Hex color #401396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401396 is #BFEC69. Grayscale: #2E2E2E. Windows color (decimal): -12577898 or 9835328. OLE color: 9835328.

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

Color convert

RGB6419150-
CMYK0.570.8700.41
HSL260.61º77.51%33.14%-
HSV(B)260.61º87.33%58.82%-
XYZ7.853.7629.17-
YUV47.39185.91139.85-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.47%
GREEN value IS 19 (7.81% from 255) = 8.15%
BLUE value IS 150 (58.98% from 255) = 64.38%
R=27.47%
G=8.15%
B=64.38%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal64191500.570.8700.41260.6177.5133.14
Hex40139639570291054e21
Octal100232267112705140511641
Binary10000001001110010110111001101011101010011000001011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401396; }

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

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

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

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

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

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

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

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