#370099

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

Shades of Indigo #370099

Tints of Indigo #370099

Color information

#370099 (or 0x370099) is unknown color: approx Indigo. HEX triplet: 37, 00 and 99. RGB value is (55,0,153). Sum of RGB (Red+Green+Blue) = 55+0+153=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 153 (60.16% from 255 or 73.56% from 208); Max value from RGB is 153 - color contains mainly: blue. Hex color #370099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370099 is #C8FF66. Grayscale: #212121. Windows color (decimal): -13172583 or 10027063. OLE color: 10027063.

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

Color convert

RGB550153-
CMYK0.64100.4
HSL261.57º100%30%-
HSV(B)261.57º100%60%-
XYZ7.333.1130.35-
YUV33.89195.22143.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 153 (60.16% from 255) = 73.56%
R=26.44%
G=0%
B=73.56%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal5501530.64100.4261.5710030
Hex370994064028106641e
Octal67023110014405040614436
Binary110111010011001100000011001000101000100000110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370099; }

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

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

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

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

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

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

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

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