Html Css Color HEX #3F4278 Jacksons Purple

📋 copy color: '#3F4278'

red 63 ◦ green 66 ◦ blue 120

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

Shades of Jacksons Purple #3F4278

Tints of Jacksons Purple #3F4278

RGB

 RED value IS 63 (25% from 255) = 25.3%

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

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

R = 25.3%
G = 26.51%
B = 48.19%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4278 (or 0x3F4278) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 78. RGB value is (63,66,120). Sum of RGB (Red+Green+Blue) = 63+66+120=249 (32% of max value = 765). Red value is 63 (25% from 255 or 25.30% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 120 (47.27% from 255 or 48.19% from 249); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F4278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4278 is #C0BD87. Grayscale: #474747. Windows color (decimal): -12631432 or 7881279. OLE color: 7881279.

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

Color convert

RGB 63 66 120 -
CMYK 0.48 0.45 0 0.53
HSL 236.84º 0.31% 0.36% -
HSV(B) 236.84º 0.48% 0.47% -
XYZ 7.39 6.31 18.6 -
YUV 71.26 155.51 122.11 -
System Red Green Blue C M Y K H S L
Decimal 63 66 120 0.48 0.45 0 0.53 236.84 0.31 0.36
Hex 3F 42 78 30 2D 0 35 ED 1F 24
Octal 77 102 170 60 55 0 65 355 37 44
Binary 111111 1000010 1111000 110000 101101 0 110101 11101101 11111 100100

Color Harmonies of #3F4278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4278

Black with #3F4278

Text Example


Text Example

White with #3F4278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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