#401378

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

Shades of Persian Indigo #401378

Tints of Persian Indigo #401378

Color information

#401378 (or 0x401378) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 78. RGB value is (64,19,120). Sum of RGB (Red+Green+Blue) = 64+19+120=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 19 (7.81% from 255 or 9.36% from 203); Blue value is 120 (47.27% from 255 or 59.11% from 203); Max value from RGB is 120 - color contains mainly: blue. Hex color #401378 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401378 is #BFEC87. Grayscale: #2B2B2B. Windows color (decimal): -12577928 or 7869248. OLE color: 7869248.

HSL color Cylindrical-coordinate representation of color #401378: hue angle of 266.73º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #401378 is Cyan = 0.47, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6419120-
CMYK0.470.8400.53
HSL266.73º72.66%27.25%-
HSV(B)266.73º84.17%47.06%-
XYZ5.742.9118.03-
YUV43.97170.91142.29-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 19 (7.81% from 255) = 9.36%
BLUE value IS 120 (47.27% from 255) = 59.11%
R=31.53%
G=9.36%
B=59.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64191200.470.8400.53266.7372.6627.25
Hex4013782F5403510b491b
Octal100231705712406541311133
Binary100000010011111100010111110101000110101100001011100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401378; }

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

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

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

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

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

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

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

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