Html Css Color HEX #3C3879 Jacksons Purple

📋 copy color: '#3C3879'

red 60 ◦ green 56 ◦ blue 121

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

Shades of Jacksons Purple #3C3879

Tints of Jacksons Purple #3C3879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 51.05%

R = 25.32%
G = 23.63%
B = 51.05%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C3879 (or 0x3C3879) is known color: Jacksons Purple. HEX triplet: 3C, 38 and 79. RGB value is (60,56,121). Sum of RGB (Red+Green+Blue) = 60+56+121=237 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.32% from 237); Green value is 56 (22.27% from 255 or 23.63% from 237); Blue value is 121 (47.66% from 255 or 51.05% from 237); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C3879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3879 is #C3C786. Grayscale: #404040. Windows color (decimal): -12830599 or 7944252. OLE color: 7944252.

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

Color convert

RGB 60 56 121 -
CMYK 0.50 0.54 0 0.53
HSL 243.69º 0.37% 0.35% -
HSV(B) 243.69º 0.54% 0.47% -
XYZ 6.73 5.17 18.73 -
YUV 64.61 159.83 124.71 -
System Red Green Blue C M Y K H S L
Decimal 60 56 121 0.50 0.54 0 0.53 243.69 0.37 0.35
Hex 3C 38 79 32 36 0 35 F4 25 23
Octal 74 70 171 62 66 0 65 364 45 43
Binary 111100 111000 1111001 110010 110110 0 110101 11110100 100101 100011

Color Harmonies of #3C3879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3879

Black with #3C3879

Text Example


Text Example

White with #3C3879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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