#32016B

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

Shades of Persian Indigo #32016B

Tints of Persian Indigo #32016B

Color information

#32016B (or 0x32016B) is unknown color: approx Persian Indigo. HEX triplet: 32, 01 and 6B. RGB value is (50,1,107). Sum of RGB (Red+Green+Blue) = 50+1+107=158 (20% of max value = 765). Red value is 50 (19.92% from 255 or 31.65% from 158); Green value is 1 (0.78% from 255 or 0.63% from 158); Blue value is 107 (42.19% from 255 or 67.72% from 158); Max value from RGB is 107 - color contains mainly: blue. Hex color #32016B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32016B is #CDFE94. Grayscale: #1B1B1B. Windows color (decimal): -13500053 or 7012658. OLE color: 7012658.

HSL color Cylindrical-coordinate representation of color #32016B: hue angle of 267.74º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32016B is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB501107-
CMYK0.530.9900.58
HSL267.74º98.15%21.18%-
HSV(B)267.74º99.07%41.96%-
XYZ3.981.7614.04-
YUV27.74172.73143.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 31.65%
GREEN value IS 1 (0.78% from 255) = 0.63%
BLUE value IS 107 (42.19% from 255) = 67.72%
R=31.65%
G=0.63%
B=67.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5011070.530.9900.58267.7498.1521.18
Hex3216B356303A10c6215
Octal6211536514307241414225
Binary1100101110101111010111000110111010100001100110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32016B; }

 p { color: rgb(50,1,107); }

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

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

 a { background-color: rgb(50,1,107); }

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

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

 span { border-color: rgb(50,1,107); }

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