#2F2D7F

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

Shades of Jacksons Purple #2F2D7F

Tints of Jacksons Purple #2F2D7F

Color information

#2F2D7F (or 0x2F2D7F) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 2D and 7F. RGB value is (47,45,127). Sum of RGB (Red+Green+Blue) = 47+45+127=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 45 (17.97% from 255 or 20.55% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #2F2D7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F2D7F is #D0D280. Grayscale: #363636. Windows color (decimal): -13685377 or 8334639. OLE color: 8334639.

HSL color Cylindrical-coordinate representation of color #2F2D7F: hue angle of 241.46º degrees, saturation: 0.48, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F2D7F is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4745127-
CMYK0.630.6500.50
HSL241.46º47.67%33.73%-
HSV(B)241.46º64.57%49.8%-
XYZ5.944.0120.54-
YUV54.95168.66122.33-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.46%
GREEN value IS 45 (17.97% from 255) = 20.55%
BLUE value IS 127 (50% from 255) = 57.99%
R=21.46%
G=20.55%
B=57.99%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal47451270.630.6500.50241.4647.6733.73
Hex2F2D7F3F41032f13022
Octal5755177771010623616042
Binary10111110110111111111111111000001011001011110001110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,45,127); }

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

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

 a { background-color: rgb(47,45,127); }

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

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

 span { border-color: rgb(47,45,127); }

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