#3A2286

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

Shades of Persian Indigo #3A2286

Tints of Persian Indigo #3A2286

Color information

#3A2286 (or 0x3A2286) is unknown color: approx Persian Indigo. HEX triplet: 3A, 22 and 86. RGB value is (58,34,134). Sum of RGB (Red+Green+Blue) = 58+34+134=226 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.66% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 134 (52.73% from 255 or 59.29% from 226); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A2286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2286 is #C5DD79. Grayscale: #343434. Windows color (decimal): -12967290 or 8790586. OLE color: 8790586.

HSL color Cylindrical-coordinate representation of color #3A2286: hue angle of 254.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2286 is Cyan = 0.57, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5834134-
CMYK0.570.7500.47
HSL254.4º59.52%32.94%-
HSV(B)254.4º74.63%52.55%-
XYZ6.623.7622.93-
YUV52.58173.95131.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.66%
GREEN value IS 34 (13.67% from 255) = 15.04%
BLUE value IS 134 (52.73% from 255) = 59.29%
R=25.66%
G=15.04%
B=59.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58341340.570.7500.47254.459.5232.94
Hex3A2286394B02Ffe3c21
Octal7242206711130573767441
Binary111010100010100001101110011001011010111111111110111100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,34,134); }

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

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

 a { background-color: rgb(58,34,134); }

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

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

 span { border-color: rgb(58,34,134); }

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