#401973

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

Shades of Persian Indigo #401973

Tints of Persian Indigo #401973

Color information

#401973 (or 0x401973) is unknown color: approx Persian Indigo. HEX triplet: 40, 19 and 73. RGB value is (64,25,115). Sum of RGB (Red+Green+Blue) = 64+25+115=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 25 (10.16% from 255 or 12.25% from 204); Blue value is 115 (45.31% from 255 or 56.37% from 204); Max value from RGB is 115 - color contains mainly: blue. Hex color #401973 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401973 is #BFE68C. Grayscale: #2E2E2E. Windows color (decimal): -12576397 or 7543104. OLE color: 7543104.

HSL color Cylindrical-coordinate representation of color #401973: hue angle of 266º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #401973 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6425115-
CMYK0.440.7800.55
HSL266º64.29%27.45%-
HSV(B)266º78.26%45.1%-
XYZ5.563.0216.51-
YUV46.92166.42140.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.37%
GREEN value IS 25 (10.16% from 255) = 12.25%
BLUE value IS 115 (45.31% from 255) = 56.37%
R=31.37%
G=12.25%
B=56.37%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64251150.440.7800.5526664.2927.45
Hex4019732C4E03710a401b
Octal100311635411606741210033
Binary100000011001111001110110010011100110111100001010100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401973; }

 p { color: rgb(64,25,115); }

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

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

 a { background-color: rgb(64,25,115); }

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

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

 span { border-color: rgb(64,25,115); }

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