#331671

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

Shades of Persian Indigo #331671

Tints of Persian Indigo #331671

Color information

#331671 (or 0x331671) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 71. RGB value is (51,22,113). Sum of RGB (Red+Green+Blue) = 51+22+113=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 113 (44.53% from 255 or 60.75% from 186); Max value from RGB is 113 - color contains mainly: blue. Hex color #331671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #331671 is #CCE98E. Grayscale: #282828. Windows color (decimal): -13429135 or 7411251. OLE color: 7411251.

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

Color convert

RGB5122113-
CMYK0.550.8100.56
HSL259.12º67.41%26.47%-
HSV(B)259.12º80.53%44.31%-
XYZ4.632.4715.86-
YUV41.04168.61135.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 113 (44.53% from 255) = 60.75%
R=27.42%
G=11.83%
B=60.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal51221130.550.8100.56259.1267.4126.47
Hex3316713751038103431a
Octal63261616712107040310332
Binary11001110110111000111011110100010111000100000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331671; }

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

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

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

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

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

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

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

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