#3B11AC

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

Shades of Persian Indigo #3B11AC

Tints of Persian Indigo #3B11AC

Color information

#3B11AC (or 0x3B11AC) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and AC. RGB value is (59,17,172). Sum of RGB (Red+Green+Blue) = 59+17+172=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 172 (67.58% from 255 or 69.35% from 248); Max value from RGB is 172 - color contains mainly: blue. Hex color #3B11AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B11AC is #C4EE53. Grayscale: #2E2E2E. Windows color (decimal): -12906068 or 11276603. OLE color: 11276603.

HSL color Cylindrical-coordinate representation of color #3B11AC: hue angle of 256.26º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B11AC is Cyan = 0.66, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5917172-
CMYK0.660.9000.33
HSL256.26º82.01%37.06%-
HSV(B)256.26º90.12%67.45%-
XYZ9.454.3139.36-
YUV47.23198.41136.4-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.79%
GREEN value IS 17 (7.03% from 255) = 6.85%
BLUE value IS 172 (67.58% from 255) = 69.35%
R=23.79%
G=6.85%
B=69.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal59171720.660.9000.33256.2682.0137.06
Hex3B11AC425A0211005225
Octal732125410213204140012245
Binary11101110001101011001000010101101001000011000000001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B11AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,17,172); }

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

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

 a { background-color: rgb(59,17,172); }

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

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

 span { border-color: rgb(59,17,172); }

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