#371282

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

Shades of Persian Indigo #371282

Tints of Persian Indigo #371282

Color information

#371282 (or 0x371282) is unknown color: approx Persian Indigo. HEX triplet: 37, 12 and 82. RGB value is (55,18,130). Sum of RGB (Red+Green+Blue) = 55+18+130=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #371282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371282 is #C8ED7D. Grayscale: #292929. Windows color (decimal): -13167998 or 8524343. OLE color: 8524343.

HSL color Cylindrical-coordinate representation of color #371282: hue angle of 259.82º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #371282 is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5518130-
CMYK0.580.8600.49
HSL259.82º75.68%29.02%-
HSV(B)259.82º86.15%50.98%-
XYZ5.822.8621.36-
YUV41.83177.76137.39-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 130 (51.17% from 255) = 64.04%
R=27.09%
G=8.87%
B=64.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal55181300.580.8600.49259.8275.6829.02
Hex3712823A560311044c1d
Octal67222027212606140411435
Binary110111100101000001011101010101100110001100000100100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #371282; }

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

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

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

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

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

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

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

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