Html Css Color HEX #3F4677 Jacksons Purple

📋 copy color: '#3F4677'

red 63 ◦ green 70 ◦ blue 119

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

Shades of Jacksons Purple #3F4677

Tints of Jacksons Purple #3F4677

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 25%
G = 27.78%
B = 47.22%

CMYK

 C value IS 0.47

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4677 (or 0x3F4677) is known color: Jacksons Purple. HEX triplet: 3F, 46 and 77. RGB value is (63,70,119). Sum of RGB (Red+Green+Blue) = 63+70+119=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 119 (46.88% from 255 or 47.22% from 252); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4677 is #C0B988. Grayscale: #494949. Windows color (decimal): -12630409 or 7816767. OLE color: 7816767.

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

Color convert

RGB 63 70 119 -
CMYK 0.47 0.41 0 0.53
HSL 232.5º 0.31% 0.36% -
HSV(B) 232.5º 0.47% 0.47% -
XYZ 7.57 6.77 18.36 -
YUV 73.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 63 70 119 0.47 0.41 0 0.53 232.5 0.31 0.36
Hex 3F 46 77 2F 29 0 35 E8 1F 24
Octal 77 106 167 57 51 0 65 350 37 44
Binary 111111 1000110 1110111 101111 101001 0 110101 11101000 11111 100100

Color Harmonies of #3F4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4677

Black with #3F4677

Text Example


Text Example

White with #3F4677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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