Html Css Color HEX #3C397C Jacksons Purple

📋 copy color: '#3C397C'

red 60 ◦ green 57 ◦ blue 124

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

Shades of Jacksons Purple #3C397C

Tints of Jacksons Purple #3C397C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.65%

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

R = 24.9%
G = 23.65%
B = 51.45%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C397C (or 0x3C397C) is known color: Jacksons Purple. HEX triplet: 3C, 39 and 7C. RGB value is (60,57,124). Sum of RGB (Red+Green+Blue) = 60+57+124=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C397C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C397C is #C3C683. Grayscale: #414141. Windows color (decimal): -12830340 or 8141116. OLE color: 8141116.

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

Color convert

RGB 60 57 124 -
CMYK 0.52 0.54 0 0.51
HSL 242.69º 0.37% 0.35% -
HSV(B) 242.69º 0.54% 0.49% -
XYZ 6.96 5.34 19.73 -
YUV 65.54 160.99 124.05 -
System Red Green Blue C M Y K H S L
Decimal 60 57 124 0.52 0.54 0 0.51 242.69 0.37 0.35
Hex 3C 39 7C 34 36 0 33 F3 25 23
Octal 74 71 174 64 66 0 63 363 45 43
Binary 111100 111001 1111100 110100 110110 0 110011 11110011 100101 100011

Color Harmonies of #3C397C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C397C

Black with #3C397C

Text Example


Text Example

White with #3C397C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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