#370070

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

Shades of Persian Indigo #370070

Tints of Persian Indigo #370070

Color information

#370070 (or 0x370070) is unknown color: approx Persian Indigo. HEX triplet: 37, 00 and 70. RGB value is (55,0,112). Sum of RGB (Red+Green+Blue) = 55+0+112=167 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.93% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #370070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370070 is #C8FF8F. Grayscale: #1C1C1C. Windows color (decimal): -13172624 or 7340087. OLE color: 7340087.

HSL color Cylindrical-coordinate representation of color #370070: hue angle of 269.46º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370070 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB550112-
CMYK0.51100.56
HSL269.46º100%21.96%-
HSV(B)269.46º100%43.92%-
XYZ4.51.9815.47-
YUV29.21174.72146.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 32.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 67.07%
R=32.93%
G=0%
B=67.07%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5501120.51100.56269.4610021.96
Hex37070336403810d6416
Octal6701606314407041514426
Binary1101110111000011001111001000111000100001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370070; }

 p { color: rgb(55,0,112); }

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

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

 a { background-color: rgb(55,0,112); }

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

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

 span { border-color: rgb(55,0,112); }

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