#370298

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

Shades of Persian Indigo #370298

Tints of Persian Indigo #370298

Color information

#370298 (or 0x370298) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 98. RGB value is (55,2,152). Sum of RGB (Red+Green+Blue) = 55+2+152=209 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.32% from 209); Green value is 2 (1.17% from 255 or 0.96% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #370298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370298 is #C8FD67. Grayscale: #222222. Windows color (decimal): -13172072 or 9962039. OLE color: 9962039.

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

Color convert

RGB552152-
CMYK0.640.9900.40
HSL261.2º97.4%30.2%-
HSV(B)261.2º98.68%59.61%-
XYZ7.263.1229.93-
YUV34.95194.06142.3-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.32%
GREEN value IS 2 (1.17% from 255) = 0.96%
BLUE value IS 152 (59.77% from 255) = 72.73%
R=26.32%
G=0.96%
B=72.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5521520.640.9900.40261.297.430.2
Hex372984063028105611e
Octal67223010014305040514136
Binary1101111010011000100000011000110101000100000101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370298; }

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

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

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

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

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

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

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

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