#370f6d

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

Shades of Persian Indigo #370F6D

Tints of Persian Indigo #370F6D

Color information

#370F6D (or 0x370F6D) is unknown color: approx Persian Indigo. HEX triplet: 37, 0F and 6D. RGB value is (55,15,109). Sum of RGB (Red+Green+Blue) = 55+15+109=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 15 (6.25% from 255 or 8.38% from 179); Blue value is 109 (42.97% from 255 or 60.89% from 179); Max value from RGB is 109 - color contains mainly: blue. Hex color #370F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F6D is #C8F092. Grayscale: #252525. Windows color (decimal): -13168787 or 7147319. OLE color: 7147319.

HSL color Cylindrical-coordinate representation of color #370F6D: hue angle of 265.53º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #370F6D is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB5515109-
CMYK0.500.8600.57
HSL265.53º75.81%24.31%-
HSV(B)265.53º86.24%42.75%-
XYZ4.512.2614.67-
YUV37.68168.25140.36-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 15 (6.25% from 255) = 8.38%
BLUE value IS 109 (42.97% from 255) = 60.89%
R=30.73%
G=8.38%
B=60.89%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal55151090.500.8600.57265.5375.8124.31
Hex37F6D325603910a4c18
Octal67171556212607141211430
Binary1101111111110110111001010101100111001100001010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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