#370C69

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

Shades of Persian Indigo #370C69

Tints of Persian Indigo #370C69

Color information

#370C69 (or 0x370C69) is unknown color: approx Persian Indigo. HEX triplet: 37, 0C and 69. RGB value is (55,12,105). Sum of RGB (Red+Green+Blue) = 55+12+105=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #370C69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C69 is #C8F396. Grayscale: #232323. Windows color (decimal): -13169559 or 6884407. OLE color: 6884407.

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

Color convert

RGB5512105-
CMYK0.480.8900.59
HSL267.74º79.49%22.94%-
HSV(B)267.74º88.57%41.18%-
XYZ4.262.113.54-
YUV35.46167.25141.94-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.98%
GREEN value IS 12 (5.08% from 255) = 6.98%
BLUE value IS 105 (41.41% from 255) = 61.05%
R=31.98%
G=6.98%
B=61.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal55121050.480.8900.59267.7479.4922.94
Hex37C69305903B10c4f17
Octal67141516013107341411727
Binary1101111100110100111000010110010111011100001100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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