#3A217E

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

Shades of Persian Indigo #3A217E

Tints of Persian Indigo #3A217E

Color information

#3A217E (or 0x3A217E) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 7E. RGB value is (58,33,126). Sum of RGB (Red+Green+Blue) = 58+33+126=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 126 (49.61% from 255 or 58.06% from 217); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A217E is #C5DE81. Grayscale: #323232. Windows color (decimal): -12967554 or 8266042. OLE color: 8266042.

HSL color Cylindrical-coordinate representation of color #3A217E: hue angle of 256.13º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A217E is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5833126-
CMYK0.540.7400.51
HSL256.13º58.49%31.18%-
HSV(B)256.13º73.81%49.41%-
XYZ6.053.4920.09-
YUV51.08170.28132.94-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.73%
GREEN value IS 33 (13.28% from 255) = 15.21%
BLUE value IS 126 (49.61% from 255) = 58.06%
R=26.73%
G=15.21%
B=58.06%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal58331260.540.7400.51256.1358.4931.18
Hex3A217E364A0331003a1f
Octal7241176661120634007237
Binary11101010000111111101101101001010011001110000000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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