Html Css Color HEX #3C387C Jacksons Purple

📋 copy color: '#3C387C'

red 60 ◦ green 56 ◦ blue 124

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

Shades of Jacksons Purple #3C387C

Tints of Jacksons Purple #3C387C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

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

R = 25%
G = 23.33%
B = 51.67%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3C387C (or 0x3C387C) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 7C. RGB value is (60,56,124). Sum of RGB (Red+Green+Blue) = 60+56+124=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 124 (48.83% from 255 or 51.67% from 240); Max value from RGB is 124 - color contains mainly: blue. Hex color #3C387C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C387C is #C3C783. Grayscale: #404040. Windows color (decimal): -12830596 or 8140860. OLE color: 8140860.

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

Color convert

RGB 60 56 124 -
CMYK 0.52 0.55 0 0.51
HSL 243.53º 0.38% 0.35% -
HSV(B) 243.53º 0.55% 0.49% -
XYZ 6.92 5.24 19.72 -
YUV 64.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 60 56 124 0.52 0.55 0 0.51 243.53 0.38 0.35
Hex 3C 38 7C 34 37 0 33 F4 26 23
Octal 74 70 174 64 67 0 63 364 46 43
Binary 111100 111000 1111100 110100 110111 0 110011 11110100 100110 100011

Color Harmonies of #3C387C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C387C

Black with #3C387C

Text Example


Text Example

White with #3C387C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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