#3A2FBF

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

Shades of Persian Blue #3A2FBF

Tints of Persian Blue #3A2FBF

Color information

#3A2FBF (or 0x3A2FBF) is unknown color: approx Persian Blue. HEX triplet: 3A, 2F and BF. RGB value is (58,47,191). Sum of RGB (Red+Green+Blue) = 58+47+191=296 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.59% from 296); Green value is 47 (18.75% from 255 or 15.88% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #3A2FBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3A2FBF is #C5D040. Grayscale: #424242. Windows color (decimal): -12963905 or 12529466. OLE color: 12529466.

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

Color convert

RGB5847191-
CMYK0.700.7500.25
HSL244.58º60.5%46.67%-
HSV(B)244.58º75.39%74.9%-
XYZ12.176.6949.94-
YUV66.7198.14121.79-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 19.59%
GREEN value IS 47 (18.75% from 255) = 15.88%
BLUE value IS 191 (75% from 255) = 64.53%
R=19.59%
G=15.88%
B=64.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal58471910.700.7500.25244.5860.546.67
Hex3A2FBF464B019f53d2f
Octal72572771061130313657557
Binary111010101111101111111000110100101101100111110101111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,47,191); }

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

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

 a { background-color: rgb(58,47,191); }

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

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

 span { border-color: rgb(58,47,191); }

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