#370780

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

Shades of Persian Indigo #370780

Tints of Persian Indigo #370780

Color information

#370780 (or 0x370780) is unknown color: approx Persian Indigo. HEX triplet: 37, 07 and 80. RGB value is (55,7,128). Sum of RGB (Red+Green+Blue) = 55+7+128=190 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.95% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 128 (50.39% from 255 or 67.37% from 190); Max value from RGB is 128 - color contains mainly: blue. Hex color #370780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370780 is #C8F87F. Grayscale: #222222. Windows color (decimal): -13170816 or 8390455. OLE color: 8390455.

HSL color Cylindrical-coordinate representation of color #370780: hue angle of 263.8º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #370780 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB557128-
CMYK0.570.9500.50
HSL263.8º89.63%26.47%-
HSV(B)263.8º94.53%50.2%-
XYZ5.552.5220.62-
YUV35.15180.4142.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 28.95%
GREEN value IS 7 (3.12% from 255) = 3.68%
BLUE value IS 128 (50.39% from 255) = 67.37%
R=28.95%
G=3.68%
B=67.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5571280.570.9500.50263.889.6326.47
Hex37780395F0321085a1a
Octal6772007113706241013232
Binary1101111111000000011100110111110110010100001000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370780; }

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

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

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

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

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

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

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

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