#371477

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

Shades of Persian Indigo #371477

Tints of Persian Indigo #371477

Color information

#371477 (or 0x371477) is unknown color: approx Persian Indigo. HEX triplet: 37, 14 and 77. RGB value is (55,20,119). Sum of RGB (Red+Green+Blue) = 55+20+119=194 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.35% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 119 (46.88% from 255 or 61.34% from 194); Max value from RGB is 119 - color contains mainly: blue. Hex color #371477 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371477 is #C8EB88. Grayscale: #292929. Windows color (decimal): -13167497 or 7803959. OLE color: 7803959.

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

Color convert

RGB5520119-
CMYK0.540.8300.53
HSL261.21º71.22%27.25%-
HSV(B)261.21º83.19%46.67%-
XYZ5.162.6417.69-
YUV41.75171.6137.45-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.35%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 119 (46.88% from 255) = 61.34%
R=28.35%
G=10.31%
B=61.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal55201190.540.8300.53261.2171.2227.25
Hex3714773653035105471b
Octal67241676612306540510733
Binary11011110100111011111011010100110110101100000101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371477; }

 p { color: rgb(55,20,119); }

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

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

 a { background-color: rgb(55,20,119); }

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

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

 span { border-color: rgb(55,20,119); }

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