#371285

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

Shades of Persian Indigo #371285

Tints of Persian Indigo #371285

Color information

#371285 (or 0x371285) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 85. RGB value is (55,18,133). Sum of RGB (Red+Green+Blue) = 55+18+133=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 18 (7.42% from 255 or 8.74% from 206); Blue value is 133 (52.34% from 255 or 64.56% from 206); Max value from RGB is 133 - color contains mainly: blue. Hex color #371285 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371285 is #C8ED7A. Grayscale: #292929. Windows color (decimal): -13167995 or 8720951. OLE color: 8720951.

HSL color Cylindrical-coordinate representation of color #371285: hue angle of 259.3º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371285 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5518133-
CMYK0.590.8600.48
HSL259.3º76.16%29.61%-
HSV(B)259.3º86.47%52.16%-
XYZ6.032.9422.44-
YUV42.17179.26137.15-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.70%
GREEN value IS 18 (7.42% from 255) = 8.74%
BLUE value IS 133 (52.34% from 255) = 64.56%
R=26.70%
G=8.74%
B=64.56%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal55181330.590.8600.48259.376.1629.61
Hex3712853B560301034c1e
Octal67222057312606040311436
Binary110111100101000010111101110101100110000100000011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371285; }

 p { color: rgb(55,18,133); }

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

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

 a { background-color: rgb(55,18,133); }

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

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

 span { border-color: rgb(55,18,133); }

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