#370889

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

Shades of Persian Indigo #370889

Tints of Persian Indigo #370889

Color information

#370889 (or 0x370889) is unknown color: approx Persian Indigo. HEX triplet: 37, 08 and 89. RGB value is (55,8,137). Sum of RGB (Red+Green+Blue) = 55+8+137=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 137 (53.91% from 255 or 68.5% from 200); Max value from RGB is 137 - color contains mainly: blue. Hex color #370889 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370889 is #C8F776. Grayscale: #242424. Windows color (decimal): -13170551 or 8980535. OLE color: 8980535.

HSL color Cylindrical-coordinate representation of color #370889: hue angle of 261.86º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370889 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB558137-
CMYK0.600.9400.46
HSL261.86º88.97%28.43%-
HSV(B)261.86º94.16%53.73%-
XYZ6.182.7923.88-
YUV36.76184.57141.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 137 (53.91% from 255) = 68.5%
R=27.5%
G=4%
B=68.5%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5581370.600.9400.46261.8688.9728.43
Hex378893C5E02E106591c
Octal67102117413605640613134
Binary11011110001000100111110010111100101110100000110101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370889; }

 p { color: rgb(55,8,137); }

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

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

 a { background-color: rgb(55,8,137); }

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

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

 span { border-color: rgb(55,8,137); }

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