Html Css Color HEX #3C3480 Jacksons Purple

📋 copy color: '#3C3480'

red 60 ◦ green 52 ◦ blue 128

#3C3480
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #3C3480

Tints of Jacksons Purple #3C3480

RGB

 RED value IS 60 (23.83% from 255) = 25%

 GREEN value IS 52 (20.7% from 255) = 21.67%

 BLUE value IS 128 (50.39% from 255) = 53.33%

R = 25%
G = 21.67%
B = 53.33%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3C3480 (or 0x3C3480) is known color: Jacksons Purple. HEX triplet: 3C, 34 and 80. RGB value is (60,52,128). Sum of RGB (Red+Green+Blue) = 60+52+128=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 52 (20.70% from 255 or 21.67% from 240); Blue value is 128 (50.39% from 255 or 53.33% from 240); Max value from RGB is 128 - color contains mainly: blue. Hex color #3C3480 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3480 is #C3CB7F. Grayscale: #3E3E3E. Windows color (decimal): -12831616 or 8401980. OLE color: 8401980.

HSL color Cylindrical-coordinate representation of color #3C3480: hue angle of 246.32º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C3480 is Cyan = 0.53, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 60 52 128 -
CMYK 0.53 0.59 0 0.50
HSL 246.32º 0.42% 0.35% -
HSV(B) 246.32º 0.59% 0.5% -
XYZ 6.99 4.98 21.01 -
YUV 63.06 164.65 125.82 -
System Red Green Blue C M Y K H S L
Decimal 60 52 128 0.53 0.59 0 0.50 246.32 0.42 0.35
Hex 3C 34 80 35 3B 0 32 F6 2A 23
Octal 74 64 200 65 73 0 62 366 52 43
Binary 111100 110100 10000000 110101 111011 0 110010 11110110 101010 100011

Color Harmonies of #3C3480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3480

Black with #3C3480

Text Example


Text Example

White with #3C3480

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,52,128); }

 H1.HeaderClassName
 {
   color: #3C3480;
 }
 .AnyTagClassName
 {
   color: #3C3480;
 }
</style>

background-color css

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

 a { background-color: rgb(60,52,128); }

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

border-color css

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

 span { border-color: rgb(60,52,128); }

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