#370177

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

Shades of Persian Indigo #370177

Tints of Persian Indigo #370177

Color information

#370177 (or 0x370177) is unknown color: approx Persian Indigo. HEX triplet: 37, 01 and 77. RGB value is (55,1,119). Sum of RGB (Red+Green+Blue) = 55+1+119=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 119 (46.88% from 255 or 68% from 175); Max value from RGB is 119 - color contains mainly: blue. Hex color #370177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370177 is #C8FE88. Grayscale: #1E1E1E. Windows color (decimal): -13172361 or 7799095. OLE color: 7799095.

HSL color Cylindrical-coordinate representation of color #370177: hue angle of 267.46º 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 #370177 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB551119-
CMYK0.540.9900.53
HSL267.46º98.33%23.53%-
HSV(B)267.46º99.16%46.67%-
XYZ4.922.1717.61-
YUV30.6177.89145.41-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 1 (0.78% from 255) = 0.57%
BLUE value IS 119 (46.88% from 255) = 68%
R=31.43%
G=0.57%
B=68%

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
Decimal5511190.540.9900.53267.4698.3323.53
Hex37177366303510b6218
Octal6711676614306541314230
Binary1101111111011111011011000110110101100001011110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370177; }

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

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

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

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

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

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

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

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