#3B11A5

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

Shades of Persian Indigo #3B11A5

Tints of Persian Indigo #3B11A5

Color information

#3B11A5 (or 0x3B11A5) is unknown color: approx Persian Indigo. HEX triplet: 3B, 11 and A5. RGB value is (59,17,165). Sum of RGB (Red+Green+Blue) = 59+17+165=241 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.48% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #3B11A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3B11A5 is #C4EE5A. Grayscale: #2D2D2D. Windows color (decimal): -12906075 or 10817851. OLE color: 10817851.

HSL color Cylindrical-coordinate representation of color #3B11A5: hue angle of 257.03º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3B11A5 is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB5917165-
CMYK0.640.9000.35
HSL257.03º81.32%35.69%-
HSV(B)257.03º89.7%64.71%-
XYZ8.84.0535.91-
YUV46.43194.91136.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.48%
GREEN value IS 17 (7.03% from 255) = 7.05%
BLUE value IS 165 (64.84% from 255) = 68.46%
R=24.48%
G=7.05%
B=68.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal59171650.640.9000.35257.0381.3235.69
Hex3B11A5405A0231015124
Octal732124510013204340112144
Binary11101110001101001011000000101101001000111000000011010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B11A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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