#370899

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

Shades of Persian Indigo #370899

Tints of Persian Indigo #370899

Color information

#370899 (or 0x370899) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 99. RGB value is (55,8,153). Sum of RGB (Red+Green+Blue) = 55+8+153=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 153 (60.16% from 255 or 70.83% from 216); Max value from RGB is 153 - color contains mainly: blue. Hex color #370899 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370899 is #C8F766. Grayscale: #262626. Windows color (decimal): -13170535 or 10029111. OLE color: 10029111.

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

Color convert

RGB558153-
CMYK0.640.9500.4
HSL259.45º90.06%31.57%-
HSV(B)259.45º94.77%60%-
XYZ7.413.2930.38-
YUV38.58192.57139.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 25.46%
GREEN value IS 8 (3.52% from 255) = 3.70%
BLUE value IS 153 (60.16% from 255) = 70.83%
R=25.46%
G=3.70%
B=70.83%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5581530.640.9500.4259.4590.0631.57
Hex37899405F0281035a20
Octal671023110013705040313240
Binary1101111000100110011000000101111101010001000000111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370899; }

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

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

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

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

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

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

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

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