Html Css Color HEX #3C347C Jacksons Purple

📋 copy color: '#3C347C'

red 60 ◦ green 52 ◦ blue 124

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

Shades of Jacksons Purple #3C347C

Tints of Jacksons Purple #3C347C

RGB

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

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

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

R = 25.42%
G = 22.03%
B = 52.54%

CMYK

 C value IS 0.52

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C347C (or 0x3C347C) is known color: Jacksons Purple. HEX triplet: 3C, 34 and 7C. RGB value is (60,52,124). Sum of RGB (Red+Green+Blue) = 60+52+124=236 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.42% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 124 (48.83% from 255 or 52.54% from 236); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C347C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C347C is #C3CB83. Grayscale: #3E3E3E. Windows color (decimal): -12831620 or 8139836. OLE color: 8139836.

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

Color convert

RGB 60 52 124 -
CMYK 0.52 0.58 0 0.51
HSL 246.67º 0.41% 0.35% -
HSV(B) 246.67º 0.58% 0.49% -
XYZ 6.73 4.87 19.65 -
YUV 62.6 162.65 126.15 -
System Red Green Blue C M Y K H S L
Decimal 60 52 124 0.52 0.58 0 0.51 246.67 0.41 0.35
Hex 3C 34 7C 34 3A 0 33 F7 29 23
Octal 74 64 174 64 72 0 63 367 51 43
Binary 111100 110100 1111100 110100 111010 0 110011 11110111 101001 100011

Color Harmonies of #3C347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C347C

Black with #3C347C

Text Example


Text Example

White with #3C347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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