#3F367A

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

Shades of Jacksons Purple #3F367A

Tints of Jacksons Purple #3F367A

Color information

#3F367A (or 0x3F367A) is unknown color: approx Jacksons Purple. HEX triplet: 3F, 36 and 7A. RGB value is (63,54,122). Sum of RGB (Red+Green+Blue) = 63+54+122=239 (31% of max value = 765). Red value is 63 (25% from 255 or 26.36% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 122 (48.05% from 255 or 51.05% from 239); Max value from RGB is 122 - color contains mainly: blue. Hex color #3F367A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F367A is #C0C985. Grayscale: #404040. Windows color (decimal): -12634502 or 8009279. OLE color: 8009279.

HSL color Cylindrical-coordinate representation of color #3F367A: hue angle of 247.94º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F367A is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB6354122-
CMYK0.480.5600.52
HSL247.94º38.64%34.51%-
HSV(B)247.94º55.74%47.84%-
XYZ6.885.119.03-
YUV64.44160.48126.97-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.36%
GREEN value IS 54 (21.48% from 255) = 22.59%
BLUE value IS 122 (48.05% from 255) = 51.05%
R=26.36%
G=22.59%
B=51.05%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal63541220.480.5600.52247.9438.6434.51
Hex3F367A3038034f82723
Octal776617260700643704743
Binary1111111101101111010110000111000011010011111000100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,122); }

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

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

 a { background-color: rgb(63,54,122); }

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

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

 span { border-color: rgb(63,54,122); }

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