#3A2ACA

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

Shades of Persian Blue #3A2ACA

Tints of Persian Blue #3A2ACA

Color information

#3A2ACA (or 0x3A2ACA) is unknown color: approx Persian Blue. HEX triplet: 3A, 2A and CA. RGB value is (58,42,202). Sum of RGB (Red+Green+Blue) = 58+42+202=302 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.21% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 202 (79.30% from 255 or 66.89% from 302); Max value from RGB is 202 - color contains mainly: blue. Hex color #3A2ACA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2ACA is #C5D535. Grayscale: #404040. Windows color (decimal): -12965174 or 13249082. OLE color: 13249082.

HSL color Cylindrical-coordinate representation of color #3A2ACA: hue angle of 246º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3A2ACA is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB5842202-
CMYK0.710.7900.21
HSL246º65.57%47.84%-
HSV(B)246º79.21%79.22%-
XYZ13.236.8256.5-
YUV65.02205.3122.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.21%
GREEN value IS 42 (16.80% from 255) = 13.91%
BLUE value IS 202 (79.30% from 255) = 66.89%
R=19.21%
G=13.91%
B=66.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal58422020.710.7900.2124665.5747.84
Hex3A2ACA474F015f64230
Octal725231210711702536610260
Binary1110101010101100101010001111001111010101111101101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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