Html Css Color HEX #3C3B78 Jacksons Purple

📋 copy color: '#3C3B78'

red 60 ◦ green 59 ◦ blue 120

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

Shades of Jacksons Purple #3C3B78

Tints of Jacksons Purple #3C3B78

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 120 (47.27% from 255) = 50.21%

R = 25.1%
G = 24.69%
B = 50.21%

CMYK

 C value IS 0.5

 M value IS 0.51

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C3B78 (or 0x3C3B78) is known color: Jacksons Purple. HEX triplet: 3C, 3B and 78. RGB value is (60,59,120). Sum of RGB (Red+Green+Blue) = 60+59+120=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 120 (47.27% from 255 or 50.21% from 239); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C3B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3B78 is #C3C487. Grayscale: #424242. Windows color (decimal): -12829832 or 7879484. OLE color: 7879484.

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

Color convert

RGB 60 59 120 -
CMYK 0.5 0.51 0 0.53
HSL 240.98º 0.34% 0.35% -
HSV(B) 240.98º 0.51% 0.47% -
XYZ 6.82 5.44 18.46 -
YUV 66.25 158.33 123.54 -
System Red Green Blue C M Y K H S L
Decimal 60 59 120 0.5 0.51 0 0.53 240.98 0.34 0.35
Hex 3C 3B 78 32 33 0 35 F1 22 23
Octal 74 73 170 62 63 0 65 361 42 43
Binary 111100 111011 1111000 110010 110011 0 110101 11110001 100010 100011

Color Harmonies of #3C3B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C3B78

Black with #3C3B78

Text Example


Text Example

White with #3C3B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,59,120); }

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

background-color css

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

 a { background-color: rgb(60,59,120); }

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

border-color css

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

 span { border-color: rgb(60,59,120); }

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