#3A2284

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

Shades of Persian Indigo #3A2284

Tints of Persian Indigo #3A2284

Color information

#3A2284 (or 0x3A2284) is unknown color: approx Persian Indigo. HEX triplet: 3A, 22 and 84. RGB value is (58,34,132). Sum of RGB (Red+Green+Blue) = 58+34+132=224 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.89% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 132 (51.95% from 255 or 58.93% from 224); Max value from RGB is 132 - color contains mainly: blue. Hex color #3A2284 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2284 is #C5DD7B. Grayscale: #333333. Windows color (decimal): -12967292 or 8659514. OLE color: 8659514.

HSL color Cylindrical-coordinate representation of color #3A2284: hue angle of 254.69º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A2284 is Cyan = 0.56, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5834132-
CMYK0.560.7400.48
HSL254.69º59.04%32.55%-
HSV(B)254.69º74.24%51.76%-
XYZ6.483.7122.2-
YUV52.35172.95132.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 25.89%
GREEN value IS 34 (13.67% from 255) = 15.18%
BLUE value IS 132 (51.95% from 255) = 58.93%
R=25.89%
G=15.18%
B=58.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal58341320.560.7400.48254.6959.0432.55
Hex3A2284384A030ff3b21
Octal7242204701120603777341
Binary111010100010100001001110001001010011000011111111111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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