#401377

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

Shades of Persian Indigo #401377

Tints of Persian Indigo #401377

Color information

#401377 (or 0x401377) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 77. RGB value is (64,19,119). Sum of RGB (Red+Green+Blue) = 64+19+119=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 19 (7.81% from 255 or 9.41% from 202); Blue value is 119 (46.88% from 255 or 58.91% from 202); Max value from RGB is 119 - color contains mainly: blue. Hex color #401377 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401377 is #BFEC88. Grayscale: #2B2B2B. Windows color (decimal): -12577929 or 7803712. OLE color: 7803712.

HSL color Cylindrical-coordinate representation of color #401377: hue angle of 267º degrees, saturation: 0.72, 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 #401377 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6419119-
CMYK0.460.8400.53
HSL267º72.46%27.06%-
HSV(B)267º84.03%46.67%-
XYZ5.682.8917.71-
YUV43.86170.41142.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.68%
GREEN value IS 19 (7.81% from 255) = 9.41%
BLUE value IS 119 (46.88% from 255) = 58.91%
R=31.68%
G=9.41%
B=58.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal64191190.460.8400.5326772.4627.06
Hex4013772E5403510b481b
Octal100231675612406541311033
Binary100000010011111011110111010101000110101100001011100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401377; }

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

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

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

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

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

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

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

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