#3a0bab

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

Shades of Persian Indigo #3A0BAB

Tints of Persian Indigo #3A0BAB

Color information

#3A0BAB (or 0x3A0BAB) is unknown color: approx Persian Indigo. HEX triplet: 3A, 0B and AB. RGB value is (58,11,171). Sum of RGB (Red+Green+Blue) = 58+11+171=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A0BAB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A0BAB is #C5F454. Grayscale: #2A2A2A. Windows color (decimal): -12973141 or 11209530. OLE color: 11209530.

HSL color Cylindrical-coordinate representation of color #3A0BAB: hue angle of 257.62º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3A0BAB is Cyan = 0.66, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB5811171-
CMYK0.660.9400.33
HSL257.62º87.91%35.69%-
HSV(B)257.62º93.57%67.06%-
XYZ9.224.0838.83-
YUV43.29200.07138.49-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.17%
GREEN value IS 11 (4.69% from 255) = 4.58%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=24.17%
G=4.58%
B=71.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58111710.660.9400.33257.6287.9135.69
Hex3ABAB425E0211025824
Octal721325310213604140213044
Binary1110101011101010111000010101111001000011000000101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a0bab

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,11,171); }

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

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

 a { background-color: rgb(58,11,171); }

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

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

 span { border-color: rgb(58,11,171); }

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