#331673

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

Shades of Persian Indigo #331673

Tints of Persian Indigo #331673

Color information

#331673 (or 0x331673) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 73. RGB value is (51,22,115). Sum of RGB (Red+Green+Blue) = 51+22+115=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 115 (45.31% from 255 or 61.17% from 188); Max value from RGB is 115 - color contains mainly: blue. Hex color #331673 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331673 is #CCE98C. Grayscale: #282828. Windows color (decimal): -13429133 or 7542323. OLE color: 7542323.

HSL color Cylindrical-coordinate representation of color #331673: hue angle of 258.71º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #331673 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5122115-
CMYK0.560.8100.55
HSL258.71º67.88%26.86%-
HSV(B)258.71º80.87%45.1%-
XYZ4.752.5216.46-
YUV41.27169.61134.94-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 115 (45.31% from 255) = 61.17%
R=27.13%
G=11.70%
B=61.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51221150.560.8100.55258.7167.8826.86
Hex3316733851037103441b
Octal63261637012106740310433
Binary11001110110111001111100010100010110111100000011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331673; }

 p { color: rgb(51,22,115); }

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

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

 a { background-color: rgb(51,22,115); }

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

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

 span { border-color: rgb(51,22,115); }

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