#3A14AB

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

Shades of Persian Indigo #3A14AB

Tints of Persian Indigo #3A14AB

Color information

#3A14AB (or 0x3A14AB) is unknown color: approx Persian Indigo. HEX triplet: 3A, 14 and AB. RGB value is (58,20,171). Sum of RGB (Red+Green+Blue) = 58+20+171=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 171 (67.19% from 255 or 68.67% from 249); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A14AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A14AB is #C5EB54. Grayscale: #303030. Windows color (decimal): -12970837 or 11211834. OLE color: 11211834.

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

Color convert

RGB5820171-
CMYK0.660.8800.33
HSL255.1º79.06%37.45%-
HSV(B)255.1º88.3%67.06%-
XYZ9.354.3438.87-
YUV48.58197.09134.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 20 (8.20% from 255) = 8.03%
BLUE value IS 171 (67.19% from 255) = 68.67%
R=23.29%
G=8.03%
B=68.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58201710.660.8800.33255.179.0637.45
Hex3A14AB4258021ff4f25
Octal722425310213004137711745
Binary1110101010010101011100001010110000100001111111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A14AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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