#3B086D

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

Shades of Persian Indigo #3B086D

Tints of Persian Indigo #3B086D

Color information

#3B086D (or 0x3B086D) is unknown color: approx Persian Indigo. HEX triplet: 3B, 08 and 6D. RGB value is (59,8,109). Sum of RGB (Red+Green+Blue) = 59+8+109=176 (23% of max value = 765). Red value is 59 (23.44% from 255 or 33.52% from 176); Green value is 8 (3.52% from 255 or 4.55% from 176); Blue value is 109 (42.97% from 255 or 61.93% from 176); Max value from RGB is 109 - color contains mainly: blue. Hex color #3B086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3B086D is #C4F792. Grayscale: #222222. Windows color (decimal): -12908435 or 7145531. OLE color: 7145531.

HSL color Cylindrical-coordinate representation of color #3B086D: hue angle of 270.3º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3B086D is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB598109-
CMYK0.460.9300.57
HSL270.3º86.32%22.94%-
HSV(B)270.3º92.66%42.75%-
XYZ4.652.2114.65-
YUV34.76169.9145.29-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 33.52%
GREEN value IS 8 (3.52% from 255) = 4.55%
BLUE value IS 109 (42.97% from 255) = 61.93%
R=33.52%
G=4.55%
B=61.93%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal5981090.460.9300.57270.386.3222.94
Hex3B86D2E5D03910e5617
Octal73101555613507141612627
Binary1110111000110110110111010111010111001100001110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3B086D; }

 p { color: rgb(59,8,109); }

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

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

 a { background-color: rgb(59,8,109); }

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

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

 span { border-color: rgb(59,8,109); }

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