#371692

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

Shades of Persian Indigo #371692

Tints of Persian Indigo #371692

Color information

#371692 (or 0x371692) is unknown color: approx Persian Indigo. HEX triplet: 37, 16 and 92. RGB value is (55,22,146). Sum of RGB (Red+Green+Blue) = 55+22+146=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #371692 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371692 is #C8E96D. Grayscale: #2D2D2D. Windows color (decimal): -13166958 or 9573943. OLE color: 9573943.

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

Color convert

RGB5522146-
CMYK0.620.8500.43
HSL255.97º73.81%32.94%-
HSV(B)255.97º84.93%57.25%-
XYZ7.053.4627.49-
YUV46184.43134.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.66%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 146 (57.42% from 255) = 65.47%
R=24.66%
G=9.87%
B=65.47%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal55221460.620.8500.43255.9773.8132.94
Hex3716923E5502B1004a21
Octal67262227612505340011241
Binary1101111011010010010111110101010101010111000000001001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371692; }

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

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

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

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

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

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

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

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