Html Css Color HEX #3C3576 Jacksons Purple

📋 copy color: '#3C3576'

red 60 ◦ green 53 ◦ blue 118

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

Shades of Jacksons Purple #3C3576

Tints of Jacksons Purple #3C3576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.94%

 BLUE value IS 118 (46.48% from 255) = 51.08%

R = 25.97%
G = 22.94%
B = 51.08%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3C3576 (or 0x3C3576) is known color: Jacksons Purple. HEX triplet: 3C, 35 and 76. RGB value is (60,53,118). Sum of RGB (Red+Green+Blue) = 60+53+118=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #3C3576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3576 is #C3CA89. Grayscale: #3E3E3E. Windows color (decimal): -12831370 or 7746876. OLE color: 7746876.

HSL color Cylindrical-coordinate representation of color #3C3576: hue angle of 246.46º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C3576 is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 60 53 118 -
CMYK 0.49 0.55 0 0.54
HSL 246.46º 0.38% 0.34% -
HSV(B) 246.46º 0.55% 0.46% -
XYZ 6.41 4.81 17.73 -
YUV 62.5 159.32 126.21 -
System Red Green Blue C M Y K H S L
Decimal 60 53 118 0.49 0.55 0 0.54 246.46 0.38 0.34
Hex 3C 35 76 31 37 0 36 F6 26 22
Octal 74 65 166 61 67 0 66 366 46 42
Binary 111100 110101 1110110 110001 110111 0 110110 11110110 100110 100010

Color Harmonies of #3C3576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3576

Black with #3C3576

Text Example


Text Example

White with #3C3576

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,53,118); }

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

background-color css

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

 a { background-color: rgb(60,53,118); }

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

border-color css

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

 span { border-color: rgb(60,53,118); }

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