Html Css Color HEX #3F4076 Jacksons Purple

📋 copy color: '#3F4076'

red 63 ◦ green 64 ◦ blue 118

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

Shades of Jacksons Purple #3F4076

Tints of Jacksons Purple #3F4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 25.71%
G = 26.12%
B = 48.16%

CMYK

 C value IS 0.47

 M value IS 0.46

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#3F4076 (or 0x3F4076) is known color: Jacksons Purple. HEX triplet: 3F, 40 and 76. RGB value is (63,64,118). Sum of RGB (Red+Green+Blue) = 63+64+118=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 118 (46.48% from 255 or 48.16% from 245); Max value from RGB is 118 - color contains mainly: blue. Hex color #3F4076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4076 is #C0BF89. Grayscale: #454545. Windows color (decimal): -12631946 or 7749695. OLE color: 7749695.

HSL color Cylindrical-coordinate representation of color #3F4076: hue angle of 238.91º 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 #3F4076 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 64 118 -
CMYK 0.47 0.46 0 0.54
HSL 238.91º 0.3% 0.35% -
HSV(B) 238.91º 0.47% 0.46% -
XYZ 7.15 6.03 17.93 -
YUV 69.86 155.17 123.11 -
System Red Green Blue C M Y K H S L
Decimal 63 64 118 0.47 0.46 0 0.54 238.91 0.3 0.35
Hex 3F 40 76 2F 2E 0 36 EF 1E 23
Octal 77 100 166 57 56 0 66 357 36 43
Binary 111111 1000000 1110110 101111 101110 0 110110 11101111 11110 100011

Color Harmonies of #3F4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4076

Black with #3F4076

Text Example


Text Example

White with #3F4076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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