#370E69

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

Shades of Persian Indigo #370E69

Tints of Persian Indigo #370E69

Color information

#370E69 (or 0x370E69) is unknown color: approx Persian Indigo. HEX triplet: 37, 0E and 69. RGB value is (55,14,105). Sum of RGB (Red+Green+Blue) = 55+14+105=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 14 (5.86% from 255 or 8.05% from 174); Blue value is 105 (41.41% from 255 or 60.34% from 174); Max value from RGB is 105 - color contains mainly: blue. Hex color #370E69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E69 is #C8F196. Grayscale: #242424. Windows color (decimal): -13169047 or 6884919. OLE color: 6884919.

HSL color Cylindrical-coordinate representation of color #370E69: hue angle of 267.03º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370E69 is Cyan = 0.48, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB5514105-
CMYK0.480.8700.59
HSL267.03º76.47%23.33%-
HSV(B)267.03º86.67%41.18%-
XYZ4.282.1513.55-
YUV36.63166.58141.1-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.61%
GREEN value IS 14 (5.86% from 255) = 8.05%
BLUE value IS 105 (41.41% from 255) = 60.34%
R=31.61%
G=8.05%
B=60.34%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55141050.480.8700.59267.0376.4723.33
Hex37E69305703B10b4c17
Octal67161516012707341311427
Binary1101111110110100111000010101110111011100001011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,14,105); }

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

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

 a { background-color: rgb(55,14,105); }

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

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

 span { border-color: rgb(55,14,105); }

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