#370498

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

Shades of Persian Indigo #370498

Tints of Persian Indigo #370498

Color information

#370498 (or 0x370498) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 98. RGB value is (55,4,152). Sum of RGB (Red+Green+Blue) = 55+4+152=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 4 (1.95% from 255 or 1.90% from 211); Blue value is 152 (59.77% from 255 or 72.04% from 211); Max value from RGB is 152 - color contains mainly: blue. Hex color #370498 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370498 is #C8FB67. Grayscale: #232323. Windows color (decimal): -13171560 or 9962551. OLE color: 9962551.

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

Color convert

RGB554152-
CMYK0.640.9700.40
HSL260.68º94.87%30.59%-
HSV(B)260.68º97.37%59.61%-
XYZ7.293.1729.93-
YUV36.12193.4141.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 152 (59.77% from 255) = 72.04%
R=26.07%
G=1.90%
B=72.04%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5541520.640.9700.40260.6894.8730.59
Hex3749840610281055f1f
Octal67423010014105040513737
Binary11011110010011000100000011000010101000100000101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370498; }

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

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

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

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

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

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

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

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