#2f2c8b

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

Shades of Jacksons Purple #2F2C8B

Tints of Jacksons Purple #2F2C8B

Color information

#2F2C8B (or 0x2F2C8B) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 2C and 8B. RGB value is (47,44,139). Sum of RGB (Red+Green+Blue) = 47+44+139=230 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.43% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 139 (54.69% from 255 or 60.43% from 230); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F2C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2C8B is #D0D374. Grayscale: #373737. Windows color (decimal): -13685621 or 9120815. OLE color: 9120815.

HSL color Cylindrical-coordinate representation of color #2F2C8B: hue angle of 241.89º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F2C8B is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4744139-
CMYK0.660.6800.45
HSL241.89º51.91%35.88%-
HSV(B)241.89º68.35%54.51%-
XYZ6.734.2724.9-
YUV55.73174.99121.78-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.43%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 139 (54.69% from 255) = 60.43%
R=20.43%
G=19.13%
B=60.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47441390.660.6800.45241.8951.9135.88
Hex2F2C8B424402Df23424
Octal57542131021040553626444
Binary1011111011001000101110000101000100010110111110010110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f2c8b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,44,139); }

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

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

 a { background-color: rgb(47,44,139); }

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

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

 span { border-color: rgb(47,44,139); }

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