#3A2EC1

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

Shades of Persian Blue #3A2EC1

Tints of Persian Blue #3A2EC1

Color information

#3A2EC1 (or 0x3A2EC1) is unknown color: approx Persian Blue. HEX triplet: 3A, 2E and C1. RGB value is (58,46,193). Sum of RGB (Red+Green+Blue) = 58+46+193=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #3A2EC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2EC1 is #C5D13E. Grayscale: #414141. Windows color (decimal): -12964159 or 12660282. OLE color: 12660282.

HSL color Cylindrical-coordinate representation of color #3A2EC1: hue angle of 244.9º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A2EC1 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5846193-
CMYK0.700.7600.24
HSL244.9º61.51%46.86%-
HSV(B)244.9º76.17%75.69%-
XYZ12.356.751.1-
YUV66.35199.48122.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.53%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=19.53%
G=15.49%
B=64.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal58461930.700.7600.24244.961.5146.86
Hex3A2EC1464C018f53e2f
Octal72563011061140303657657
Binary111010101110110000011000110100110001100011110101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,46,193); }

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

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

 a { background-color: rgb(58,46,193); }

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

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

 span { border-color: rgb(58,46,193); }

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