#2F2A87

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

Shades of Jacksons Purple #2F2A87

Tints of Jacksons Purple #2F2A87

Color information

#2F2A87 (or 0x2F2A87) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 2A and 87. RGB value is (47,42,135). Sum of RGB (Red+Green+Blue) = 47+42+135=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #2F2A87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2A87 is #D0D578. Grayscale: #353535. Windows color (decimal): -13686137 or 8858159. OLE color: 8858159.

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

Color convert

RGB4742135-
CMYK0.650.6900.47
HSL243.23º52.54%34.71%-
HSV(B)243.23º68.89%52.94%-
XYZ6.374.0123.36-
YUV54.1173.66122.94-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=20.98%
G=18.75%
B=60.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal47421350.650.6900.47243.2352.5434.71
Hex2F2A87414502Ff33523
Octal57522071011050573636543
Binary1011111010101000011110000011000101010111111110011110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,42,135); }

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

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

 a { background-color: rgb(47,42,135); }

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

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

 span { border-color: rgb(47,42,135); }

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