#32086B

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

Shades of Persian Indigo #32086B

Tints of Persian Indigo #32086B

Color information

#32086B (or 0x32086B) is unknown color: approx Persian Indigo. HEX triplet: 32, 08 and 6B. RGB value is (50,8,107). Sum of RGB (Red+Green+Blue) = 50+8+107=165 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.30% from 165); Green value is 8 (3.52% from 255 or 4.85% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #32086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32086B is #CDF794. Grayscale: #1F1F1F. Windows color (decimal): -13498261 or 7014450. OLE color: 7014450.

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

Color convert

RGB508107-
CMYK0.530.9300.58
HSL265.45º86.09%22.55%-
HSV(B)265.45º92.52%41.96%-
XYZ4.061.9114.07-
YUV31.84170.41140.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.30%
GREEN value IS 8 (3.52% from 255) = 4.85%
BLUE value IS 107 (42.19% from 255) = 64.85%
R=30.30%
G=4.85%
B=64.85%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal5081070.530.9300.58265.4586.0922.55
Hex3286B355D03A1095617
Octal62101536513507241112627
Binary1100101000110101111010110111010111010100001001101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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