#371793

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

Shades of Persian Indigo #371793

Tints of Persian Indigo #371793

Color information

#371793 (or 0x371793) is unknown color: approx Persian Indigo. HEX triplet: 37, 17 and 93. RGB value is (55,23,147). Sum of RGB (Red+Green+Blue) = 55+23+147=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #371793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371793 is #C8E86C. Grayscale: #2E2E2E. Windows color (decimal): -13166701 or 9639735. OLE color: 9639735.

HSL color Cylindrical-coordinate representation of color #371793: hue angle of 255.48º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371793 is Cyan = 0.63, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5523147-
CMYK0.630.8400.42
HSL255.48º72.94%33.33%-
HSV(B)255.48º84.35%57.65%-
XYZ7.153.5327.91-
YUV46.7184.6133.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 24.44%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 147 (57.81% from 255) = 65.33%
R=24.44%
G=10.22%
B=65.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal55231470.630.8400.42255.4872.9433.33
Hex3717933F5402Aff4921
Octal67272237712405237711141
Binary110111101111001001111111110101000101010111111111001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371793; }

 p { color: rgb(55,23,147); }

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

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

 a { background-color: rgb(55,23,147); }

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

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

 span { border-color: rgb(55,23,147); }

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