#3A2183

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

Shades of Persian Indigo #3A2183

Tints of Persian Indigo #3A2183

Color information

#3A2183 (or 0x3A2183) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 83. RGB value is (58,33,131). Sum of RGB (Red+Green+Blue) = 58+33+131=222 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.13% from 222); Green value is 33 (13.28% from 255 or 14.86% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #3A2183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2183 is #C5DE7C. Grayscale: #333333. Windows color (decimal): -12967549 or 8593722. OLE color: 8593722.

HSL color Cylindrical-coordinate representation of color #3A2183: hue angle of 255.31º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3A2183 is Cyan = 0.56, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5833131-
CMYK0.560.7500.49
HSL255.31º59.76%32.16%-
HSV(B)255.31º74.81%51.37%-
XYZ6.393.6321.84-
YUV51.65172.78132.53-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.13%
GREEN value IS 33 (13.28% from 255) = 14.86%
BLUE value IS 131 (51.56% from 255) = 59.01%
R=26.13%
G=14.86%
B=59.01%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal58331310.560.7500.49255.3159.7632.16
Hex3A2183384B031ff3c20
Octal7241203701130613777440
Binary111010100001100000111110001001011011000111111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,33,131); }

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

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

 a { background-color: rgb(58,33,131); }

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

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

 span { border-color: rgb(58,33,131); }

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