#32168D

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

Shades of Persian Indigo #32168D

Tints of Persian Indigo #32168D

Color information

#32168D (or 0x32168D) is unknown color: approx Persian Indigo. HEX triplet: 32, 16 and 8D. RGB value is (50,22,141). Sum of RGB (Red+Green+Blue) = 50+22+141=213 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.47% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #32168D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32168D is #CDE972. Grayscale: #2B2B2B. Windows color (decimal): -13494643 or 9246258. OLE color: 9246258.

HSL color Cylindrical-coordinate representation of color #32168D: hue angle of 254.12º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #32168D is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5022141-
CMYK0.650.8400.45
HSL254.12º73.01%31.96%-
HSV(B)254.12º84.4%55.29%-
XYZ6.413.1825.47-
YUV43.94182.78132.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.47%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 141 (55.47% from 255) = 66.20%
R=23.47%
G=10.33%
B=66.20%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50221410.650.8400.45254.1273.0131.96
Hex32168D415402Dfe4920
Octal622621510112405537611140
Binary1100101011010001101100000110101000101101111111101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32168D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32168D; }

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

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

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

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

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

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

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

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