#370278

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

Shades of Persian Indigo #370278

Tints of Persian Indigo #370278

Color information

#370278 (or 0x370278) is unknown color: approx Persian Indigo. HEX triplet: 37, 02 and 78. RGB value is (55,2,120). Sum of RGB (Red+Green+Blue) = 55+2+120=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 2 (1.17% from 255 or 1.13% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #370278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370278 is #C8FD87. Grayscale: #1E1E1E. Windows color (decimal): -13172104 or 7864887. OLE color: 7864887.

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

Color convert

RGB552120-
CMYK0.540.9800.53
HSL266.95º96.72%23.92%-
HSV(B)266.95º98.33%47.06%-
XYZ4.992.2117.93-
YUV31.3178.06144.91-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.07%
GREEN value IS 2 (1.17% from 255) = 1.13%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=31.07%
G=1.13%
B=67.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5521200.540.9800.53266.9596.7223.92
Hex37278366203510b6118
Octal6721706614206541314130
Binary11011110111100011011011000100110101100001011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370278; }

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

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

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

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

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

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

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

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