#370578

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

Shades of Persian Indigo #370578

Tints of Persian Indigo #370578

Color information

#370578 (or 0x370578) is unknown color: approx Persian Indigo. HEX triplet: 37, 05 and 78. RGB value is (55,5,120). Sum of RGB (Red+Green+Blue) = 55+5+120=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #370578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370578 is #C8FA87. Grayscale: #202020. Windows color (decimal): -13171336 or 7865655. OLE color: 7865655.

HSL color Cylindrical-coordinate representation of color #370578: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370578 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB555120-
CMYK0.540.9600.53
HSL266.09º92%24.51%-
HSV(B)266.09º95.83%47.06%-
XYZ5.022.2817.94-
YUV33.06177.06143.65-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.56%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 120 (47.27% from 255) = 66.67%
R=30.56%
G=2.78%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5551200.540.9600.53266.099224.51
Hex37578366003510a5c19
Octal6751706614006541213431
Binary110111101111100011011011000000110101100001010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370578; }

 p { color: rgb(55,5,120); }

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

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

 a { background-color: rgb(55,5,120); }

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

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

 span { border-color: rgb(55,5,120); }

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