#321672

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

Shades of Persian Indigo #321672

Tints of Persian Indigo #321672

Color information

#321672 (or 0x321672) is unknown color: approx Persian Indigo. HEX triplet: 32, 16 and 72. RGB value is (50,22,114). Sum of RGB (Red+Green+Blue) = 50+22+114=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 22 (8.98% from 255 or 11.83% from 186); Blue value is 114 (44.92% from 255 or 61.29% from 186); Max value from RGB is 114 - color contains mainly: blue. Hex color #321672 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #321672 is #CDE98D. Grayscale: #282828. Windows color (decimal): -13494670 or 7476786. OLE color: 7476786.

HSL color Cylindrical-coordinate representation of color #321672: hue angle of 258.26º 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 #321672 is Cyan = 0.56, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5022114-
CMYK0.560.8100.55
HSL258.26º67.65%26.67%-
HSV(B)258.26º80.7%44.71%-
XYZ4.642.4716.15-
YUV40.86169.28134.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 22 (8.98% from 255) = 11.83%
BLUE value IS 114 (44.92% from 255) = 61.29%
R=26.88%
G=11.83%
B=61.29%

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
Decimal50221140.560.8100.55258.2667.6526.67
Hex3216723851037102441b
Octal62261627012106740210433
Binary11001010110111001011100010100010110111100000010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #321672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #321672; }

 p { color: rgb(50,22,114); }

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

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

 a { background-color: rgb(50,22,114); }

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

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

 span { border-color: rgb(50,22,114); }

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