#3A217A

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

Shades of Persian Indigo #3A217A

Tints of Persian Indigo #3A217A

Color information

#3A217A (or 0x3A217A) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 7A. RGB value is (58,33,122). Sum of RGB (Red+Green+Blue) = 58+33+122=213 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.23% from 213); Green value is 33 (13.28% from 255 or 15.49% from 213); Blue value is 122 (48.05% from 255 or 57.28% from 213); Max value from RGB is 122 - color contains mainly: blue. Hex color #3A217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A217A is #C5DE85. Grayscale: #323232. Windows color (decimal): -12967558 or 8003898. OLE color: 8003898.

HSL color Cylindrical-coordinate representation of color #3A217A: hue angle of 256.85º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A217A is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5833122-
CMYK0.520.7300.52
HSL256.85º57.42%30.39%-
HSV(B)256.85º72.95%47.84%-
XYZ5.83.3918.76-
YUV50.62168.28133.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 27.23%
GREEN value IS 33 (13.28% from 255) = 15.49%
BLUE value IS 122 (48.05% from 255) = 57.28%
R=27.23%
G=15.49%
B=57.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal58331220.520.7300.52256.8557.4230.39
Hex3A217A3449034101391e
Octal7241172641110644017136
Binary11101010000111110101101001001001011010010000000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A217A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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