#3A10AC

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

Shades of Persian Indigo #3A10AC

Tints of Persian Indigo #3A10AC

Color information

#3A10AC (or 0x3A10AC) is unknown color: approx Persian Indigo. HEX triplet: 3A, 10 and AC. RGB value is (58,16,172). Sum of RGB (Red+Green+Blue) = 58+16+172=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 172 (67.58% from 255 or 69.92% from 246); Max value from RGB is 172 - color contains mainly: blue. Hex color #3A10AC is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #3A10AC is #C5EF53. Grayscale: #2D2D2D. Windows color (decimal): -12971860 or 11276346. OLE color: 11276346.

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

Color convert

RGB5816172-
CMYK0.660.9100.33
HSL256.15º82.98%36.86%-
HSV(B)256.15º90.7%67.45%-
XYZ9.384.2539.36-
YUV46.34198.91136.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 16 (6.64% from 255) = 6.50%
BLUE value IS 172 (67.58% from 255) = 69.92%
R=23.58%
G=6.50%
B=69.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal58161720.660.9100.33256.1582.9836.86
Hex3A10AC425B0211005325
Octal722025410213304140012345
Binary11101010000101011001000010101101101000011000000001010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A10AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,16,172); }

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

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

 a { background-color: rgb(58,16,172); }

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

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

 span { border-color: rgb(58,16,172); }

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