#371484

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

Shades of Persian Indigo #371484

Tints of Persian Indigo #371484

Color information

#371484 (or 0x371484) is unknown color: approx Persian Indigo. HEX triplet: 37, 14 and 84. RGB value is (55,20,132). Sum of RGB (Red+Green+Blue) = 55+20+132=207 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.57% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 132 (51.95% from 255 or 63.77% from 207); Max value from RGB is 132 - color contains mainly: blue. Hex color #371484 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371484 is #C8EB7B. Grayscale: #2A2A2A. Windows color (decimal): -13167484 or 8655927. OLE color: 8655927.

HSL color Cylindrical-coordinate representation of color #371484: hue angle of 258.75º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371484 is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5520132-
CMYK0.580.8500.48
HSL258.75º73.68%29.8%-
HSV(B)258.75º84.85%51.76%-
XYZ5.992.9822.09-
YUV43.23178.1136.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.57%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 132 (51.95% from 255) = 63.77%
R=26.57%
G=9.66%
B=63.77%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55201320.580.8500.48258.7573.6829.8
Hex3714843A550301034a1e
Octal67242047212506040311236
Binary110111101001000010011101010101010110000100000011100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371484; }

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

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

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

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

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

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

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

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