#370676

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

Shades of Persian Indigo #370676

Tints of Persian Indigo #370676

Color information

#370676 (or 0x370676) is unknown color: approx Persian Indigo. HEX triplet: 37, 06 and 76. RGB value is (55,6,118). Sum of RGB (Red+Green+Blue) = 55+6+118=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #370676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370676 is #C8F989. Grayscale: #212121. Windows color (decimal): -13171082 or 7734839. OLE color: 7734839.

HSL color Cylindrical-coordinate representation of color #370676: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370676 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB556118-
CMYK0.530.9500.54
HSL266.25º90.32%24.31%-
HSV(B)266.25º94.92%46.27%-
XYZ4.912.2517.32-
YUV33.42175.73143.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.73%
GREEN value IS 6 (2.73% from 255) = 3.35%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=30.73%
G=3.35%
B=65.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5561180.530.9500.54266.2590.3224.31
Hex37676355F03610a5a18
Octal6761666513706641213230
Binary110111110111011011010110111110110110100001010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370676; }

 p { color: rgb(55,6,118); }

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

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

 a { background-color: rgb(55,6,118); }

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

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

 span { border-color: rgb(55,6,118); }

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