#371676

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

Shades of Persian Indigo #371676

Tints of Persian Indigo #371676

Color information

#371676 (or 0x371676) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 76. RGB value is (55,22,118). Sum of RGB (Red+Green+Blue) = 55+22+118=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #371676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371676 is #C8E989. Grayscale: #2A2A2A. Windows color (decimal): -13166986 or 7738935. OLE color: 7738935.

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

Color convert

RGB5522118-
CMYK0.530.8100.54
HSL260.62º68.57%27.45%-
HSV(B)260.62º81.36%46.27%-
XYZ5.132.6917.39-
YUV42.81170.43136.69-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.21%
GREEN value IS 22 (8.98% from 255) = 11.28%
BLUE value IS 118 (46.48% from 255) = 60.51%
R=28.21%
G=11.28%
B=60.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55221180.530.8100.54260.6268.5727.45
Hex3716763551036105451b
Octal67261666512106640510533
Binary11011110110111011011010110100010110110100000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371676; }

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

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

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

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

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

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

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

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