#401373

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

Shades of Persian Indigo #401373

Tints of Persian Indigo #401373

Color information

#401373 (or 0x401373) is unknown color: approx Persian Indigo. HEX triplet: 40, 13 and 73. RGB value is (64,19,115). Sum of RGB (Red+Green+Blue) = 64+19+115=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 19 (7.81% from 255 or 9.60% from 198); Blue value is 115 (45.31% from 255 or 58.08% from 198); Max value from RGB is 115 - color contains mainly: blue. Hex color #401373 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401373 is #BFEC8C. Grayscale: #2B2B2B. Windows color (decimal): -12577933 or 7541568. OLE color: 7541568.

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

Color convert

RGB6419115-
CMYK0.440.8300.55
HSL268.12º71.64%26.27%-
HSV(B)268.12º83.48%45.1%-
XYZ5.442.7916.47-
YUV43.4168.41142.69-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 19 (7.81% from 255) = 9.60%
BLUE value IS 115 (45.31% from 255) = 58.08%
R=32.32%
G=9.60%
B=58.08%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64191150.440.8300.55268.1271.6426.27
Hex4013732C5303710c481a
Octal100231635412306741411032
Binary100000010011111001110110010100110110111100001100100100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401373; }

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

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

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

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

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

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

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

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