Html Css Color HEX #3C337C Jacksons Purple

📋 copy color: '#3C337C'

red 60 ◦ green 51 ◦ blue 124

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

Shades of Jacksons Purple #3C337C

Tints of Jacksons Purple #3C337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.7%

 BLUE value IS 124 (48.83% from 255) = 52.77%

R = 25.53%
G = 21.7%
B = 52.77%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C337C (or 0x3C337C) is known color: Jacksons Purple. HEX triplet: 3C, 33 and 7C. RGB value is (60,51,124). Sum of RGB (Red+Green+Blue) = 60+51+124=235 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.53% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 124 (48.83% from 255 or 52.77% from 235); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C337C is #C3CC83. Grayscale: #3D3D3D. Windows color (decimal): -12831876 or 8139580. OLE color: 8139580.

HSL color Cylindrical-coordinate representation of color #3C337C: hue angle of 247.4º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C337C is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 60 51 124 -
CMYK 0.52 0.59 0 0.51
HSL 247.4º 0.42% 0.34% -
HSV(B) 247.4º 0.59% 0.49% -
XYZ 6.69 4.78 19.64 -
YUV 62.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 60 51 124 0.52 0.59 0 0.51 247.4 0.42 0.34
Hex 3C 33 7C 34 3B 0 33 F7 2A 22
Octal 74 63 174 64 73 0 63 367 52 42
Binary 111100 110011 1111100 110100 111011 0 110011 11110111 101010 100010

Color Harmonies of #3C337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C337C

Black with #3C337C

Text Example


Text Example

White with #3C337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,51,124); }

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

background-color css

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

 a { background-color: rgb(60,51,124); }

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

border-color css

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

 span { border-color: rgb(60,51,124); }

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