#370793

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

Shades of Persian Indigo #370793

Tints of Persian Indigo #370793

Color information

#370793 (or 0x370793) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 93. RGB value is (55,7,147). Sum of RGB (Red+Green+Blue) = 55+7+147=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 7 (3.12% from 255 or 3.35% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #370793 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370793 is #C8F86C. Grayscale: #242424. Windows color (decimal): -13170797 or 9635639. OLE color: 9635639.

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

Color convert

RGB557147-
CMYK0.630.9500.42
HSL260.57º90.91%30.2%-
HSV(B)260.57º95.24%57.65%-
XYZ6.923.0727.83-
YUV37.31189.9140.62-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 7 (3.12% from 255) = 3.35%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=26.32%
G=3.35%
B=70.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5571470.630.9500.42260.5790.9130.2
Hex377933F5F02A1055b1e
Octal6772237713705240513336
Binary1101111111001001111111110111110101010100000101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370793; }

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

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

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

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

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

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

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

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