#3A2EB1

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

Shades of Persian Blue #3A2EB1

Tints of Persian Blue #3A2EB1

Color information

#3A2EB1 (or 0x3A2EB1) is unknown color: approx Persian Blue. HEX triplet: 3A, 2E and B1. RGB value is (58,46,177). Sum of RGB (Red+Green+Blue) = 58+46+177=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 46 (18.36% from 255 or 16.37% from 281); Blue value is 177 (69.53% from 255 or 62.99% from 281); Max value from RGB is 177 - color contains mainly: blue. Hex color #3A2EB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A2EB1 is #C5D14E. Grayscale: #404040. Windows color (decimal): -12964175 or 11611706. OLE color: 11611706.

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

Color convert

RGB5846177-
CMYK0.670.7400.31
HSL245.5º58.74%43.73%-
HSV(B)245.5º74.01%69.41%-
XYZ10.666.0342.2-
YUV64.52191.48123.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 46 (18.36% from 255) = 16.37%
BLUE value IS 177 (69.53% from 255) = 62.99%
R=20.64%
G=16.37%
B=62.99%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal58461770.670.7400.31245.558.7443.73
Hex3A2EB1434A01Ff53b2c
Octal72562611031120373657354
Binary111010101110101100011000011100101001111111110101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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