#371375

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

Shades of Persian Indigo #371375

Tints of Persian Indigo #371375

Color information

#371375 (or 0x371375) is unknown color: approx Persian Indigo. HEX triplet: 37, 13 and 75. RGB value is (55,19,117). Sum of RGB (Red+Green+Blue) = 55+19+117=191 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.80% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #371375 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371375 is #C8EC8A. Grayscale: #282828. Windows color (decimal): -13167755 or 7672631. OLE color: 7672631.

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

Color convert

RGB5519117-
CMYK0.530.8400.54
HSL262.04º72.06%26.67%-
HSV(B)262.04º83.76%45.88%-
XYZ5.022.5617.06-
YUV40.94170.93138.03-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.80%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 117 (46.09% from 255) = 61.26%
R=28.80%
G=9.95%
B=61.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal55191170.530.8400.54262.0472.0626.67
Hex3713753554036106481b
Octal67231656512406640611033
Binary11011110011111010111010110101000110110100000110100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371375; }

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

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

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

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

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

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

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

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