#371975

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

Shades of Persian Indigo #371975

Tints of Persian Indigo #371975

Color information

#371975 (or 0x371975) is unknown color: approx Persian Indigo. HEX triplet: 37, 19 and 75. RGB value is (55,25,117). Sum of RGB (Red+Green+Blue) = 55+25+117=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 25 (10.16% from 255 or 12.69% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #371975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371975 is #C8E68A. Grayscale: #2C2C2C. Windows color (decimal): -13166219 or 7674167. OLE color: 7674167.

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

Color convert

RGB5525117-
CMYK0.530.7900.54
HSL259.57º64.79%27.84%-
HSV(B)259.57º78.63%45.88%-
XYZ5.132.7917.1-
YUV44.46168.94135.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.92%
GREEN value IS 25 (10.16% from 255) = 12.69%
BLUE value IS 117 (46.09% from 255) = 59.39%
R=27.92%
G=12.69%
B=59.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55251170.530.7900.54259.5764.7927.84
Hex371975354F036104411c
Octal67311656511706640410134
Binary11011111001111010111010110011110110110100000100100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371975; }

 p { color: rgb(55,25,117); }

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

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

 a { background-color: rgb(55,25,117); }

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

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

 span { border-color: rgb(55,25,117); }

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