#370472

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

Shades of Persian Indigo #370472

Tints of Persian Indigo #370472

Color information

#370472 (or 0x370472) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 72. RGB value is (55,4,114). Sum of RGB (Red+Green+Blue) = 55+4+114=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 114 (44.92% from 255 or 65.90% from 173); Max value from RGB is 114 - color contains mainly: blue. Hex color #370472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370472 is #C8FB8D. Grayscale: #1F1F1F. Windows color (decimal): -13171598 or 7472183. OLE color: 7472183.

HSL color Cylindrical-coordinate representation of color #370472: hue angle of 267.82º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370472 is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB554114-
CMYK0.520.9600.55
HSL267.82º93.22%23.14%-
HSV(B)267.82º96.49%44.71%-
XYZ4.662.1116.08-
YUV31.79174.4144.56-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.79%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 114 (44.92% from 255) = 65.90%
R=31.79%
G=2.31%
B=65.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5541140.520.9600.55267.8293.2223.14
Hex37472346003710c5d17
Octal6741626414006741413527
Binary110111100111001011010011000000110111100001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370472; }

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

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

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

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

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

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

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

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