#3F4277

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

Shades of Jacksons Purple #3F4277

Tints of Jacksons Purple #3F4277

Color information

#3F4277 (or 0x3F4277) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 42 and 77. RGB value is (63,66,119). Sum of RGB (Red+Green+Blue) = 63+66+119=248 (32% of max value = 765). Red value is 63 (25% from 255 or 25.40% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 119 (46.88% from 255 or 47.98% from 248); Max value from RGB is 119 - color contains mainly: blue. Hex color #3F4277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4277 is #C0BD88. Grayscale: #464646. Windows color (decimal): -12631433 or 7815743. OLE color: 7815743.

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

Color convert

RGB6366119-
CMYK0.470.4500.53
HSL236.79º30.77%35.69%-
HSV(B)236.79º47.06%46.67%-
XYZ7.336.2918.28-
YUV71.14155.01122.19-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.40%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 119 (46.88% from 255) = 47.98%
R=25.40%
G=26.61%
B=47.98%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal63661190.470.4500.53236.7930.7735.69
Hex3F42772F2D035ed1f24
Octal7710216757550653553744
Binary1111111000010111011110111110110101101011110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F4277;
 }
 .AnyTagClassName
 {
   color: #3F4277;
 }
</style>
background-color css

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

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

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

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

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

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