Html Css Color HEX #3F4577 Jacksons Purple

📋 copy color: '#3F4577'

red 63 ◦ green 69 ◦ blue 119

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

Shades of Jacksons Purple #3F4577

Tints of Jacksons Purple #3F4577

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.49%

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

R = 25.1%
G = 27.49%
B = 47.41%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4577 (or 0x3F4577) is known color: Jacksons Purple. HEX triplet: 3F, 45 and 77. RGB value is (63,69,119). Sum of RGB (Red+Green+Blue) = 63+69+119=251 (33% of max value = 765). Red value is 63 (25% from 255 or 25.10% from 251); Green value is 69 (27.34% from 255 or 27.49% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4577 is #C0BA88. Grayscale: #484848. Windows color (decimal): -12630665 or 7816511. OLE color: 7816511.

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

Color convert

RGB 63 69 119 -
CMYK 0.47 0.42 0 0.53
HSL 233.57º 0.31% 0.36% -
HSV(B) 233.57º 0.47% 0.47% -
XYZ 7.51 6.64 18.34 -
YUV 72.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 63 69 119 0.47 0.42 0 0.53 233.57 0.31 0.36
Hex 3F 45 77 2F 2A 0 35 EA 1F 24
Octal 77 105 167 57 52 0 65 352 37 44
Binary 111111 1000101 1110111 101111 101010 0 110101 11101010 11111 100100

Color Harmonies of #3F4577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4577

Black with #3F4577

Text Example


Text Example

White with #3F4577

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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