#371598

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

Shades of Persian Indigo #371598

Tints of Persian Indigo #371598

Color information

#371598 (or 0x371598) is unknown color: approx Persian Indigo. HEX triplet: 37, 15 and 98. RGB value is (55,21,152). Sum of RGB (Red+Green+Blue) = 55+21+152=228 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.12% from 228); Green value is 21 (8.59% from 255 or 9.21% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #371598 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371598 is #C8EA67. Grayscale: #2D2D2D. Windows color (decimal): -13167208 or 9966903. OLE color: 9966903.

HSL color Cylindrical-coordinate representation of color #371598: hue angle of 255.57º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371598 is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5521152-
CMYK0.640.8600.40
HSL255.57º75.72%33.92%-
HSV(B)255.57º86.18%59.61%-
XYZ7.513.6230.01-
YUV46.1187.76134.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.12%
GREEN value IS 21 (8.59% from 255) = 9.21%
BLUE value IS 152 (59.77% from 255) = 66.67%
R=24.12%
G=9.21%
B=66.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal55211520.640.8600.40255.5775.7233.92
Hex37159840560281004c22
Octal672523010012605040011442
Binary11011110101100110001000000101011001010001000000001001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371598; }

 p { color: rgb(55,21,152); }

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

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

 a { background-color: rgb(55,21,152); }

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

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

 span { border-color: rgb(55,21,152); }

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