#370F71

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

Shades of Persian Indigo #370F71

Tints of Persian Indigo #370F71

Color information

#370F71 (or 0x370F71) is unknown color: approx Persian Indigo. HEX triplet: 37, 0F and 71. RGB value is (55,15,113). Sum of RGB (Red+Green+Blue) = 55+15+113=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #370F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F71 is #C8F08E. Grayscale: #252525. Windows color (decimal): -13168783 or 7409463. OLE color: 7409463.

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

Color convert

RGB5515113-
CMYK0.510.8700.56
HSL264.49º76.56%25.1%-
HSV(B)264.49º86.73%44.31%-
XYZ4.732.3515.83-
YUV38.13170.25140.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.05%
GREEN value IS 15 (6.25% from 255) = 8.20%
BLUE value IS 113 (44.53% from 255) = 61.75%
R=30.05%
G=8.20%
B=61.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal55151130.510.8700.56264.4976.5625.1
Hex37F7133570381084d19
Octal67171616312707041011531
Binary1101111111111000111001110101110111000100001000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370F71; }

 p { color: rgb(55,15,113); }

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

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

 a { background-color: rgb(55,15,113); }

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

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

 span { border-color: rgb(55,15,113); }

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