#331684

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

Shades of Persian Indigo #331684

Tints of Persian Indigo #331684

Color information

#331684 (or 0x331684) is unknown color: approx Persian Indigo. HEX triplet: 33, 16 and 84. RGB value is (51,22,132). Sum of RGB (Red+Green+Blue) = 51+22+132=205 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.88% from 205); Green value is 22 (8.98% from 255 or 10.73% from 205); Blue value is 132 (51.95% from 255 or 64.39% from 205); Max value from RGB is 132 - color contains mainly: blue. Hex color #331684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #331684 is #CCE97B. Grayscale: #2A2A2A. Windows color (decimal): -13429116 or 8656435. OLE color: 8656435.

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

Color convert

RGB5122132-
CMYK0.610.8300.48
HSL255.82º71.43%30.2%-
HSV(B)255.82º83.33%51.76%-
XYZ5.822.9422.09-
YUV43.21178.11133.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.88%
GREEN value IS 22 (8.98% from 255) = 10.73%
BLUE value IS 132 (51.95% from 255) = 64.39%
R=24.88%
G=10.73%
B=64.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal51221320.610.8300.48255.8271.4330.2
Hex3316843D53030100471e
Octal63262047512306040010736
Binary110011101101000010011110110100110110000100000000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331684; }

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

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

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

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

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

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

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

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