#370A99

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

Shades of Persian Indigo #370A99

Tints of Persian Indigo #370A99

Color information

#370A99 (or 0x370A99) is unknown color: approx Persian Indigo. HEX triplet: 37, 0A and 99. RGB value is (55,10,153). Sum of RGB (Red+Green+Blue) = 55+10+153=218 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.23% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 153 (60.16% from 255 or 70.18% from 218); Max value from RGB is 153 - color contains mainly: blue. Hex color #370A99 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370A99 is #C8F566. Grayscale: #272727. Windows color (decimal): -13170023 or 10029623. OLE color: 10029623.

HSL color Cylindrical-coordinate representation of color #370A99: hue angle of 258.88º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370A99 is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5510153-
CMYK0.640.9300.4
HSL258.88º87.73%31.96%-
HSV(B)258.88º93.46%60%-
XYZ7.433.3330.39-
YUV39.76191.91138.87-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.23%
GREEN value IS 10 (4.30% from 255) = 4.59%
BLUE value IS 153 (60.16% from 255) = 70.18%
R=25.23%
G=4.59%
B=70.18%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55101530.640.9300.4258.8887.7331.96
Hex37A99405D0281035820
Octal671223110013505040313040
Binary1101111010100110011000000101110101010001000000111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,10,153); }

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

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

 a { background-color: rgb(55,10,153); }

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

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

 span { border-color: rgb(55,10,153); }

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