Html Css Color HEX #3C4278 Jacksons Purple

📋 copy color: '#3C4278'

red 60 ◦ green 66 ◦ blue 120

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

Shades of Jacksons Purple #3C4278

Tints of Jacksons Purple #3C4278

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.83%

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

R = 24.39%
G = 26.83%
B = 48.78%

CMYK

 C value IS 0.5

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3C4278 (or 0x3C4278) is known color: Jacksons Purple. HEX triplet: 3C, 42 and 78. RGB value is (60,66,120). Sum of RGB (Red+Green+Blue) = 60+66+120=246 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.39% from 246); Green value is 66 (26.17% from 255 or 26.83% from 246); Blue value is 120 (47.27% from 255 or 48.78% from 246); Max value from RGB is 120 - color contains mainly: blue. Hex color #3C4278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4278 is #C3BD87. Grayscale: #464646. Windows color (decimal): -12828040 or 7881276. OLE color: 7881276.

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

Color convert

RGB 60 66 120 -
CMYK 0.5 0.45 0 0.53
HSL 234º 0.33% 0.35% -
HSV(B) 234º 0.5% 0.47% -
XYZ 7.2 6.21 18.59 -
YUV 70.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 60 66 120 0.5 0.45 0 0.53 234 0.33 0.35
Hex 3C 42 78 32 2D 0 35 EA 21 23
Octal 74 102 170 62 55 0 65 352 41 43
Binary 111100 1000010 1111000 110010 101101 0 110101 11101010 100001 100011

Color Harmonies of #3C4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4278

Black with #3C4278

Text Example


Text Example

White with #3C4278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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