#3A217F

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

Shades of Persian Indigo #3A217F

Tints of Persian Indigo #3A217F

Color information

#3A217F (or 0x3A217F) is unknown color: approx Persian Indigo. HEX triplet: 3A, 21 and 7F. RGB value is (58,33,127). Sum of RGB (Red+Green+Blue) = 58+33+127=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #3A217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A217F is #C5DE80. Grayscale: #323232. Windows color (decimal): -12967553 or 8331578. OLE color: 8331578.

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

Color convert

RGB5833127-
CMYK0.540.7400.50
HSL255.96º58.75%31.37%-
HSV(B)255.96º74.02%49.8%-
XYZ6.123.5220.44-
YUV51.19170.78132.86-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 26.61%
GREEN value IS 33 (13.28% from 255) = 15.14%
BLUE value IS 127 (50% from 255) = 58.26%
R=26.61%
G=15.14%
B=58.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal58331270.540.7400.50255.9658.7531.37
Hex3A217F364A0321003b1f
Octal7241177661120624007337
Binary11101010000111111111101101001010011001010000000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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