#3A2AB9

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

Shades of Persian Blue #3A2AB9

Tints of Persian Blue #3A2AB9

Color information

#3A2AB9 (or 0x3A2AB9) is unknown color: approx Persian Blue. HEX triplet: 3A, 2A and B9. RGB value is (58,42,185). Sum of RGB (Red+Green+Blue) = 58+42+185=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 185 (72.66% from 255 or 64.91% from 285); Max value from RGB is 185 - color contains mainly: blue. Hex color #3A2AB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2AB9 is #C5D546. Grayscale: #3E3E3E. Windows color (decimal): -12965191 or 12134970. OLE color: 12134970.

HSL color Cylindrical-coordinate representation of color #3A2AB9: hue angle of 246.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3A2AB9 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB5842185-
CMYK0.690.7700.27
HSL246.71º63%44.51%-
HSV(B)246.71º77.3%72.55%-
XYZ11.336.0646.47-
YUV63.09196.8124.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.35%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 185 (72.66% from 255) = 64.91%
R=20.35%
G=14.74%
B=64.91%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal58421850.690.7700.27246.716344.51
Hex3A2AB9454D01Bf73f2d
Octal72522711051150333677755
Binary111010101010101110011000101100110101101111110111111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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