#401394

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

Shades of Persian Indigo #401394

Tints of Persian Indigo #401394

Color information

#401394 (or 0x401394) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 94. RGB value is (64,19,148). Sum of RGB (Red+Green+Blue) = 64+19+148=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 148 (58.20% from 255 or 64.07% from 231); Max value from RGB is 148 - color contains mainly: blue. Hex color #401394 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #401394 is #BFEC6B. Grayscale: #2E2E2E. Windows color (decimal): -12577900 or 9704256. OLE color: 9704256.

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

Color convert

RGB6419148-
CMYK0.570.8700.42
HSL260.93º77.25%32.75%-
HSV(B)260.93º87.16%58.04%-
XYZ7.693.6928.32-
YUV47.16184.91140.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 27.71%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 148 (58.20% from 255) = 64.07%
R=27.71%
G=8.23%
B=64.07%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64191480.570.8700.42260.9377.2532.75
Hex401394395702A1054d21
Octal100232247112705240511541
Binary10000001001110010100111001101011101010101000001011001101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401394; }

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

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

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

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

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

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

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

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