#3F4578

Color #3F4578 Jacksons Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacksons Purple #3F4578

Tints of Jacksons Purple #3F4578

Color information

#3F4578 (or 0x3F4578) is unknown color: approx 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.47%. 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

RGB6369120-
CMYK0.480.4200.53
HSL233.68º31.15%35.88%-
HSV(B)233.68º47.5%47.06%-
XYZ7.576.6718.66-
YUV73.02154.51120.85-

RGB Variations

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

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 (Cyan) values IS 0.48
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63691200.480.4200.53233.6831.1535.88
Hex3F4578302A035ea1f24
Octal7710517060520653523744
Binary1111111000101111100011000010101001101011110101011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>