Html Css Color HEX #3C3479 Jacksons Purple

📋 copy color: '#3C3479'

red 60 ◦ green 52 ◦ blue 121

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

Shades of Jacksons Purple #3C3479

Tints of Jacksons Purple #3C3479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.93%

R = 25.75%
G = 22.32%
B = 51.93%

CMYK

 C value IS 0.50

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C3479 (or 0x3C3479) is known color: Jacksons Purple. HEX triplet: 3C, 34 and 79. RGB value is (60,52,121). Sum of RGB (Red+Green+Blue) = 60+52+121=233 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.75% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 121 (47.66% from 255 or 51.93% from 233); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C3479 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3479 is #C3CB86. Grayscale: #3D3D3D. Windows color (decimal): -12831623 or 7943228. OLE color: 7943228.

HSL color Cylindrical-coordinate representation of color #3C3479: hue angle of 246.96º degrees, saturation: 0.4, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C3479 is Cyan = 0.50, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 60 52 121 -
CMYK 0.50 0.57 0 0.53
HSL 246.96º 0.4% 0.34% -
HSV(B) 246.96º 0.57% 0.47% -
XYZ 6.54 4.8 18.67 -
YUV 62.26 161.15 126.39 -
System Red Green Blue C M Y K H S L
Decimal 60 52 121 0.50 0.57 0 0.53 246.96 0.4 0.34
Hex 3C 34 79 32 39 0 35 F7 28 22
Octal 74 64 171 62 71 0 65 367 50 42
Binary 111100 110100 1111001 110010 111001 0 110101 11110111 101000 100010

Color Harmonies of #3C3479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3479

Black with #3C3479

Text Example


Text Example

White with #3C3479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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