#370092

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

Shades of Indigo #370092

Tints of Indigo #370092

Color information

#370092 (or 0x370092) is unknown color: approx Indigo. HEX triplet: 37, 00 and 92. RGB value is (55,0,146). Sum of RGB (Red+Green+Blue) = 55+0+146=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 146 (57.42% from 255 or 72.64% from 201); Max value from RGB is 146 - color contains mainly: blue. Hex color #370092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370092 is #C8FF6D. Grayscale: #202020. Windows color (decimal): -13172590 or 9568311. OLE color: 9568311.

HSL color Cylindrical-coordinate representation of color #370092: hue angle of 262.6º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370092 is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB550146-
CMYK0.62100.43
HSL262.6º100%28.63%-
HSV(B)262.6º100%57.25%-
XYZ6.762.8927.39-
YUV33.09191.72143.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 146 (57.42% from 255) = 72.64%
R=27.36%
G=0%
B=72.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5501460.62100.43262.610028.63
Hex370923E6402B107641d
Octal6702227614405340714435
Binary11011101001001011111011001000101011100000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370092; }

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

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

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

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

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

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

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

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