Html Css Color HEX #3F4578 Jacksons Purple

📋 copy color: '#3F4578'

red 63 ◦ green 69 ◦ blue 120

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

Shades of Jacksons Purple #3F4578

Tints of Jacksons Purple #3F4578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 47.62%

R = 25%
G = 27.38%
B = 47.62%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#3F4578 (or 0x3F4578) is known color: Jacksons Purple. HEX triplet: 3F, 45 and 78. RGB value is (63,69,120). Sum of RGB (Red+Green+Blue) = 63+69+120=252 (33% of max value = 765). Red value is 63 (25% from 255 or 25% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 120 (47.27% from 255 or 47.62% from 252); Max value from RGB is 120 - color contains mainly: blue. Hex color #3F4578 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4578 is #C0BA87. Grayscale: #484848. Windows color (decimal): -12630664 or 7882047. OLE color: 7882047.

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

Color convert

RGB 63 69 120 -
CMYK 0.48 0.42 0 0.53
HSL 233.68º 0.31% 0.36% -
HSV(B) 233.68º 0.48% 0.47% -
XYZ 7.57 6.67 18.66 -
YUV 73.02 154.51 120.85 -
System Red Green Blue C M Y K H S L
Decimal 63 69 120 0.48 0.42 0 0.53 233.68 0.31 0.36
Hex 3F 45 78 30 2A 0 35 EA 1F 24
Octal 77 105 170 60 52 0 65 352 37 44
Binary 111111 1000101 1111000 110000 101010 0 110101 11101010 11111 100100

Color Harmonies of #3F4578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F4578

Black with #3F4578

Text Example


Text Example

White with #3F4578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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