#370178

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

Shades of Persian Indigo #370178

Tints of Persian Indigo #370178

Color information

#370178 (or 0x370178) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 78. RGB value is (55,1,120). Sum of RGB (Red+Green+Blue) = 55+1+120=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #370178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370178 is #C8FE87. Grayscale: #1E1E1E. Windows color (decimal): -13172360 or 7864631. OLE color: 7864631.

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

Color convert

RGB551120-
CMYK0.540.9900.53
HSL267.23º98.35%23.73%-
HSV(B)267.23º99.17%47.06%-
XYZ4.982.1917.93-
YUV30.71178.39145.32-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=31.25%
G=0.57%
B=68.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5511200.540.9900.53267.2398.3523.73
Hex37178366303510b6218
Octal6711706614306541314230
Binary1101111111100011011011000110110101100001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370178; }

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

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

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

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

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

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

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

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