#401572

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

Shades of Persian Indigo #401572

Tints of Persian Indigo #401572

Color information

#401572 (or 0x401572) is unknown color: approx Persian Indigo. HEX triplet: 40, 15 and 72. RGB value is (64,21,114). Sum of RGB (Red+Green+Blue) = 64+21+114=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 21 (8.59% from 255 or 10.55% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #401572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401572 is #BFEA8D. Grayscale: #2C2C2C. Windows color (decimal): -12577422 or 7476544. OLE color: 7476544.

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

Color convert

RGB6421114-
CMYK0.440.8200.55
HSL267.74º68.89%26.47%-
HSV(B)267.74º81.58%44.71%-
XYZ5.422.8416.18-
YUV44.46167.25141.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 21 (8.59% from 255) = 10.55%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=32.16%
G=10.55%
B=57.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal64211140.440.8200.55267.7468.8926.47
Hex4015722C5203710c451a
Octal100251625412206741410532
Binary100000010101111001010110010100100110111100001100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401572; }

 p { color: rgb(64,21,114); }

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

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

 a { background-color: rgb(64,21,114); }

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

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

 span { border-color: rgb(64,21,114); }

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