#370475

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

Shades of Persian Indigo #370475

Tints of Persian Indigo #370475

Color information

#370475 (or 0x370475) is unknown color: approx Persian Indigo. HEX triplet: 37, 04 and 75. RGB value is (55,4,117). Sum of RGB (Red+Green+Blue) = 55+4+117=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 117 (46.09% from 255 or 66.48% from 176); Max value from RGB is 117 - color contains mainly: blue. Hex color #370475 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370475 is #C8FB8A. Grayscale: #1F1F1F. Windows color (decimal): -13171595 or 7668791. OLE color: 7668791.

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

Color convert

RGB554117-
CMYK0.530.9700.54
HSL267.08º93.39%23.73%-
HSV(B)267.08º96.58%45.88%-
XYZ4.832.1817-
YUV32.13175.9144.31-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.25%
GREEN value IS 4 (1.95% from 255) = 2.27%
BLUE value IS 117 (46.09% from 255) = 66.48%
R=31.25%
G=2.27%
B=66.48%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal5541170.530.9700.54267.0893.3923.73
Hex37475356103610b5d18
Octal6741656514106641313530
Binary110111100111010111010111000010110110100001011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370475; }

 p { color: rgb(55,4,117); }

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

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

 a { background-color: rgb(55,4,117); }

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

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

 span { border-color: rgb(55,4,117); }

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