#370293

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

Shades of Persian Indigo #370293

Tints of Persian Indigo #370293

Color information

#370293 (or 0x370293) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 93. RGB value is (55,2,147). Sum of RGB (Red+Green+Blue) = 55+2+147=204 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.96% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 147 (57.81% from 255 or 72.06% from 204); Max value from RGB is 147 - color contains mainly: blue. Hex color #370293 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370293 is #C8FD6C. Grayscale: #212121. Windows color (decimal): -13172077 or 9634359. OLE color: 9634359.

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

Color convert

RGB552147-
CMYK0.630.9900.42
HSL261.93º97.32%29.22%-
HSV(B)261.93º98.64%57.65%-
XYZ6.862.9627.81-
YUV34.38191.56142.71-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.96%
GREEN value IS 2 (1.17% from 255) = 0.98%
BLUE value IS 147 (57.81% from 255) = 72.06%
R=26.96%
G=0.98%
B=72.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5521470.630.9900.42261.9397.3229.22
Hex372933F6302A106611d
Octal6722237714305240614135
Binary110111101001001111111111000110101010100000110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370293; }

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

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

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

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

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

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

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

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