#2f3499

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

Shades of Jacksons Purple #2F3499

Tints of Jacksons Purple #2F3499

Color information

#2F3499 (or 0x2F3499) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 34 and 99. RGB value is (47,52,153). Sum of RGB (Red+Green+Blue) = 47+52+153=252 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.65% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #2F3499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3499 is #D0CB66. Grayscale: #3D3D3D. Windows color (decimal): -13683559 or 10040367. OLE color: 10040367.

HSL color Cylindrical-coordinate representation of color #2F3499: hue angle of 237.17º 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 #2F3499 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB4752153-
CMYK0.690.6600.4
HSL237.17º53%39.22%-
HSV(B)237.17º69.28%60%-
XYZ8.155.3630.74-
YUV62.02179.34117.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.65%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=18.65%
G=20.63%
B=60.71%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal47521530.690.6600.4237.175339.22
Hex2F34994542028ed3527
Octal57642311051020503556547
Binary1011111101001001100110001011000010010100011101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f3499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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