Html Css Color HEX #3F4276 Jacksons Purple

📋 copy color: '#3F4276'

red 63 ◦ green 66 ◦ blue 118

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

Shades of Jacksons Purple #3F4276

Tints of Jacksons Purple #3F4276

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.77%

R = 25.51%
G = 26.72%
B = 47.77%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4276 (or 0x3F4276) is known color: Jacksons Purple. HEX triplet: 3F, 42 and 76. RGB value is (63,66,118). Sum of RGB (Red+Green+Blue) = 63+66+118=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 118 (46.48% from 255 or 47.77% from 247); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4276 is #C0BD89. Grayscale: #464646. Windows color (decimal): -12631434 or 7750207. OLE color: 7750207.

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

Color convert

RGB 63 66 118 -
CMYK 0.47 0.44 0 0.54
HSL 236.73º 0.3% 0.35% -
HSV(B) 236.73º 0.47% 0.46% -
XYZ 7.27 6.26 17.97 -
YUV 71.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 63 66 118 0.47 0.44 0 0.54 236.73 0.3 0.35
Hex 3F 42 76 2F 2C 0 36 ED 1E 23
Octal 77 102 166 57 54 0 66 355 36 43
Binary 111111 1000010 1110110 101111 101100 0 110110 11101101 11110 100011

Color Harmonies of #3F4276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4276

Black with #3F4276

Text Example


Text Example

White with #3F4276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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