#2f3597

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

Shades of Jacksons Purple #2F3597

Tints of Jacksons Purple #2F3597

Color information

#2F3597 (or 0x2F3597) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 35 and 97. RGB value is (47,53,151). Sum of RGB (Red+Green+Blue) = 47+53+151=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 151 (59.38% from 255 or 60.16% from 251); Max value from RGB is 151 - color contains mainly: blue. Hex color #2F3597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3597 is #D0CA68. Grayscale: #3D3D3D. Windows color (decimal): -13683305 or 9909551. OLE color: 9909551.

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

Color convert

RGB4753151-
CMYK0.690.6500.41
HSL236.54º52.53%38.82%-
HSV(B)236.54º68.87%59.22%-
XYZ8.035.3829.89-
YUV62.38178.01117.03-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 18.73%
GREEN value IS 53 (21.09% from 255) = 21.12%
BLUE value IS 151 (59.38% from 255) = 60.16%
R=18.73%
G=21.12%
B=60.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal47531510.690.6500.41236.5452.5338.82
Hex2F35974541029ed3527
Octal57652271051010513556547
Binary1011111101011001011110001011000001010100111101101110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f3597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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