#371682

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

Shades of Persian Indigo #371682

Tints of Persian Indigo #371682

Color information

#371682 (or 0x371682) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 82. RGB value is (55,22,130). Sum of RGB (Red+Green+Blue) = 55+22+130=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 130 (51.17% from 255 or 62.80% from 207); Max value from RGB is 130 - color contains mainly: blue. Hex color #371682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371682 is #C8E97D. Grayscale: #2B2B2B. Windows color (decimal): -13166974 or 8525367. OLE color: 8525367.

HSL color Cylindrical-coordinate representation of color #371682: hue angle of 258.33º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371682 is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5522130-
CMYK0.580.8300.49
HSL258.33º71.05%29.8%-
HSV(B)258.33º83.08%50.98%-
XYZ5.89321.39-
YUV44.18176.43135.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 130 (51.17% from 255) = 62.80%
R=26.57%
G=10.63%
B=62.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55221300.580.8300.49258.3371.0529.8
Hex3716823A53031102471e
Octal67262027212306140210736
Binary110111101101000001011101010100110110001100000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371682; }

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

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

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

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

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

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

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

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