#372380

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

Shades of Persian Indigo #372380

Tints of Persian Indigo #372380

Color information

#372380 (or 0x372380) is unknown color: approx Persian Indigo. HEX triplet: 37, 23 and 80. RGB value is (55,35,128). Sum of RGB (Red+Green+Blue) = 55+35+128=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 35 (14.06% from 255 or 16.06% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #372380 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #372380 is #C8DC7F. Grayscale: #333333. Windows color (decimal): -13163648 or 8397623. OLE color: 8397623.

HSL color Cylindrical-coordinate representation of color #372380: hue angle of 252.9º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #372380 is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5535128-
CMYK0.570.7300.50
HSL252.9º57.06%31.96%-
HSV(B)252.9º72.66%50.2%-
XYZ6.073.5720.79-
YUV51.58171.13130.44-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 35 (14.06% from 255) = 16.06%
BLUE value IS 128 (50.39% from 255) = 58.72%
R=25.23%
G=16.06%
B=58.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal55351280.570.7300.50252.957.0631.96
Hex3723803949032fd3920
Octal6743200711110623757140
Binary110111100011100000001110011001001011001011111101111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #372380; }

 p { color: rgb(55,35,128); }

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

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

 a { background-color: rgb(55,35,128); }

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

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

 span { border-color: rgb(55,35,128); }

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