#371572

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

Shades of Persian Indigo #371572

Tints of Persian Indigo #371572

Color information

#371572 (or 0x371572) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and 72. RGB value is (55,21,114). Sum of RGB (Red+Green+Blue) = 55+21+114=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #371572 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371572 is #C8EA8D. Grayscale: #292929. Windows color (decimal): -13167246 or 7476535. OLE color: 7476535.

HSL color Cylindrical-coordinate representation of color #371572: hue angle of 261.94º 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 #371572 is Cyan = 0.52, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5521114-
CMYK0.520.8200.55
HSL261.94º68.89%26.47%-
HSV(B)261.94º81.58%44.71%-
XYZ4.882.5616.16-
YUV41.77168.76137.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 21 (8.59% from 255) = 11.05%
BLUE value IS 114 (44.92% from 255) = 60%
R=28.95%
G=11.05%
B=60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal55211140.520.8200.55261.9468.8926.47
Hex3715723452037106451a
Octal67251626412206740610532
Binary11011110101111001011010010100100110111100000110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371572; }

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

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

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

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

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

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

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

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