Html Css Color HEX #3C377C Jacksons Purple

📋 copy color: '#3C377C'

red 60 ◦ green 55 ◦ blue 124

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

Shades of Jacksons Purple #3C377C

Tints of Jacksons Purple #3C377C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.01%

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

R = 25.1%
G = 23.01%
B = 51.88%

CMYK

 C value IS 0.52

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C377C (or 0x3C377C) is known color: Jacksons Purple. HEX triplet: 3C, 37 and 7C. RGB value is (60,55,124). Sum of RGB (Red+Green+Blue) = 60+55+124=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C377C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C377C is #C3C883. Grayscale: #404040. Windows color (decimal): -12830852 or 8140604. OLE color: 8140604.

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

Color convert

RGB 60 55 124 -
CMYK 0.52 0.56 0 0.51
HSL 244.35º 0.39% 0.35% -
HSV(B) 244.35º 0.56% 0.49% -
XYZ 6.87 5.15 19.7 -
YUV 64.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 60 55 124 0.52 0.56 0 0.51 244.35 0.39 0.35
Hex 3C 37 7C 34 38 0 33 F4 27 23
Octal 74 67 174 64 70 0 63 364 47 43
Binary 111100 110111 1111100 110100 111000 0 110011 11110100 100111 100011

Color Harmonies of #3C377C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C377C

Black with #3C377C

Text Example


Text Example

White with #3C377C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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