#2F3599

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

Shades of Jacksons Purple #2F3599

Tints of Jacksons Purple #2F3599

Color information

#2F3599 (or 0x2F3599) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 35 and 99. RGB value is (47,53,153). Sum of RGB (Red+Green+Blue) = 47+53+153=253 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.58% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 153 (60.16% from 255 or 60.47% from 253); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3599 is #D0CA66. Grayscale: #3E3E3E. Windows color (decimal): -13683303 or 10040623. OLE color: 10040623.

HSL color Cylindrical-coordinate representation of color #2F3599: hue angle of 236.6º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F3599 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4753153-
CMYK0.690.6500.4
HSL236.6º53%39.22%-
HSV(B)236.6º69.28%60%-
XYZ8.25.4530.76-
YUV62.61179.01116.87-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.58%
GREEN value IS 53 (21.09% from 255) = 20.95%
BLUE value IS 153 (60.16% from 255) = 60.47%
R=18.58%
G=20.95%
B=60.47%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47531530.690.6500.4236.65339.22
Hex2F35994541028ed3527
Octal57652311051010503556547
Binary1011111101011001100110001011000001010100011101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3599; }

 p { color: rgb(47,53,153); }

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

<style>
 a { background-color: #2F3599; }

 a { background-color: rgb(47,53,153); }

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

<style>
 span { border-color: #2F3599; }

 span { border-color: rgb(47,53,153); }

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