#371299

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

Shades of Persian Indigo #371299

Tints of Persian Indigo #371299

Color information

#371299 (or 0x371299) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 99. RGB value is (55,18,153). Sum of RGB (Red+Green+Blue) = 55+18+153=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 18 (7.42% from 255 or 7.96% from 226); Blue value is 153 (60.16% from 255 or 67.70% from 226); Max value from RGB is 153 - color contains mainly: blue. Hex color #371299 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371299 is #C8ED66. Grayscale: #2B2B2B. Windows color (decimal): -13167975 or 10031671. OLE color: 10031671.

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

Color convert

RGB5518153-
CMYK0.640.8800.4
HSL256.44º78.95%33.53%-
HSV(B)256.44º88.24%60%-
XYZ7.543.5430.42-
YUV44.45189.26135.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.34%
GREEN value IS 18 (7.42% from 255) = 7.96%
BLUE value IS 153 (60.16% from 255) = 67.70%
R=24.34%
G=7.96%
B=67.70%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal55181530.640.8800.4256.4478.9533.53
Hex37129940580281004f22
Octal672223110013005040011742
Binary11011110010100110011000000101100001010001000000001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371299; }

 p { color: rgb(55,18,153); }

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

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

 a { background-color: rgb(55,18,153); }

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

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

 span { border-color: rgb(55,18,153); }

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