#3C2CD1

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

Shades of Persian Blue #3C2CD1

Tints of Persian Blue #3C2CD1

Color information

#3C2CD1 (or 0x3C2CD1) is unknown color: approx Persian Blue. HEX triplet: 3C, 2C and D1. RGB value is (60,44,209). Sum of RGB (Red+Green+Blue) = 60+44+209=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 44 (17.58% from 255 or 14.06% from 313); Blue value is 209 (82.03% from 255 or 66.77% from 313); Max value from RGB is 209 - color contains mainly: blue. Hex color #3C2CD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3C2CD1 is #C3D32E. Grayscale: #424242. Windows color (decimal): -12833583 or 13708348. OLE color: 13708348.

HSL color Cylindrical-coordinate representation of color #3C2CD1: hue angle of 245.82º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3C2CD1 is Cyan = 0.71, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB6044209-
CMYK0.710.7900.18
HSL245.82º65.22%49.61%-
HSV(B)245.82º78.95%81.96%-
XYZ14.277.3760.99-
YUV67.59207.8122.58-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.17%
GREEN value IS 44 (17.58% from 255) = 14.06%
BLUE value IS 209 (82.03% from 255) = 66.77%
R=19.17%
G=14.06%
B=66.77%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal60442090.710.7900.18245.8265.2249.61
Hex3C2CD1474F012f64132
Octal745432110711702236610162
Binary1111001011001101000110001111001111010010111101101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,44,209); }

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

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

 a { background-color: rgb(60,44,209); }

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

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

 span { border-color: rgb(60,44,209); }

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