#331779

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

Shades of Persian Indigo #331779

Tints of Persian Indigo #331779

Color information

#331779 (or 0x331779) is unknown color: approx Persian Indigo. HEX triplet: 33, 17 and 79. RGB value is (51,23,121). Sum of RGB (Red+Green+Blue) = 51+23+121=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #331779 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331779 is #CCE886. Grayscale: #2A2A2A. Windows color (decimal): -13428871 or 7935795. OLE color: 7935795.

HSL color Cylindrical-coordinate representation of color #331779: hue angle of 257.14º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331779 is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5123121-
CMYK0.580.8100.53
HSL257.14º68.06%28.24%-
HSV(B)257.14º80.99%47.45%-
XYZ5.122.718.34-
YUV42.54172.28134.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.15%
GREEN value IS 23 (9.38% from 255) = 11.79%
BLUE value IS 121 (47.66% from 255) = 62.05%
R=26.15%
G=11.79%
B=62.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal51231210.580.8100.53257.1468.0628.24
Hex3317793A51035101441c
Octal63271717212106540110434
Binary11001110111111100111101010100010110101100000001100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331779; }

 p { color: rgb(51,23,121); }

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

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

 a { background-color: rgb(51,23,121); }

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

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

 span { border-color: rgb(51,23,121); }

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