Html Css Color HEX #3F4477 Jacksons Purple

📋 copy color: '#3F4477'

red 63 ◦ green 68 ◦ blue 119

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

Shades of Jacksons Purple #3F4477

Tints of Jacksons Purple #3F4477

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.2%

 BLUE value IS 119 (46.88% from 255) = 47.6%

R = 25.2%
G = 27.2%
B = 47.6%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4477 (or 0x3F4477) is known color: Jacksons Purple. HEX triplet: 3F, 44 and 77. RGB value is (63,68,119). Sum of RGB (Red+Green+Blue) = 63+68+119=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 68 (26.95% from 255 or 27.2% from 250); Blue value is 119 (46.88% from 255 or 47.6% from 250); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4477 is #C0BB88. Grayscale: #484848. Windows color (decimal): -12630921 or 7816255. OLE color: 7816255.

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

Color convert

RGB 63 68 119 -
CMYK 0.47 0.43 0 0.53
HSL 234.64º 0.31% 0.36% -
HSV(B) 234.64º 0.47% 0.47% -
XYZ 7.45 6.52 18.32 -
YUV 72.32 154.34 121.35 -
System Red Green Blue C M Y K H S L
Decimal 63 68 119 0.47 0.43 0 0.53 234.64 0.31 0.36
Hex 3F 44 77 2F 2B 0 35 EB 1F 24
Octal 77 104 167 57 53 0 65 353 37 44
Binary 111111 1000100 1110111 101111 101011 0 110101 11101011 11111 100100

Color Harmonies of #3F4477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4477

Black with #3F4477

Text Example


Text Example

White with #3F4477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,68,119); }

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

background-color css

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

 a { background-color: rgb(63,68,119); }

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

border-color css

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

 span { border-color: rgb(63,68,119); }

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