#3B2DC1

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

Shades of Persian Blue #3B2DC1

Tints of Persian Blue #3B2DC1

Color information

#3B2DC1 (or 0x3B2DC1) is unknown color: approx Persian Blue. HEX triplet: 3B, 2D and C1. RGB value is (59,45,193). Sum of RGB (Red+Green+Blue) = 59+45+193=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 45 (17.97% from 255 or 15.15% from 297); Blue value is 193 (75.78% from 255 or 64.98% from 297); Max value from RGB is 193 - color contains mainly: blue. Hex color #3B2DC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3B2DC1 is #C4D23E. Grayscale: #414141. Windows color (decimal): -12898879 or 12660027. OLE color: 12660027.

HSL color Cylindrical-coordinate representation of color #3B2DC1: hue angle of 245.68º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3B2DC1 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB5945193-
CMYK0.690.7700.24
HSL245.68º62.18%46.67%-
HSV(B)245.68º76.68%75.69%-
XYZ12.376.6651.09-
YUV66.06199.64122.97-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 19.87%
GREEN value IS 45 (17.97% from 255) = 15.15%
BLUE value IS 193 (75.78% from 255) = 64.98%
R=19.87%
G=15.15%
B=64.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal59451930.690.7700.24245.6862.1846.67
Hex3B2DC1454D018f63e2f
Octal73553011051150303667657
Binary111011101101110000011000101100110101100011110110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,45,193); }

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

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

 a { background-color: rgb(59,45,193); }

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

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

 span { border-color: rgb(59,45,193); }

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