#3A2AC0

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

Shades of Persian Blue #3A2AC0

Tints of Persian Blue #3A2AC0

Color information

#3A2AC0 (or 0x3A2AC0) is unknown color: approx Persian Blue. HEX triplet: 3A, 2A and C0. RGB value is (58,42,192). Sum of RGB (Red+Green+Blue) = 58+42+192=292 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.86% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 192 (75.39% from 255 or 65.75% from 292); Max value from RGB is 192 - color contains mainly: blue. Hex color #3A2AC0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2AC0 is #C5D53F. Grayscale: #3F3F3F. Windows color (decimal): -12965184 or 12593722. OLE color: 12593722.

HSL color Cylindrical-coordinate representation of color #3A2AC0: hue angle of 246.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3A2AC0 is Cyan = 0.70, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB5842192-
CMYK0.700.7800.25
HSL246.4º64.1%45.88%-
HSV(B)246.4º78.12%75.29%-
XYZ12.096.3650.46-
YUV63.88200.3123.8-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.86%
GREEN value IS 42 (16.80% from 255) = 14.38%
BLUE value IS 192 (75.39% from 255) = 65.75%
R=19.86%
G=14.38%
B=65.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58421920.700.7800.25246.464.145.88
Hex3A2AC0464E019f6402e
Octal725230010611603136610056
Binary1110101010101100000010001101001110011001111101101000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,42,192); }

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

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

 a { background-color: rgb(58,42,192); }

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

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

 span { border-color: rgb(58,42,192); }

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