#2F2C85

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

Shades of Jacksons Purple #2F2C85

Tints of Jacksons Purple #2F2C85

Color information

#2F2C85 (or 0x2F2C85) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 2C and 85. RGB value is (47,44,133). Sum of RGB (Red+Green+Blue) = 47+44+133=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 44 (17.58% from 255 or 19.64% from 224); Blue value is 133 (52.34% from 255 or 59.38% from 224); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F2C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2C85 is #D0D37A. Grayscale: #363636. Windows color (decimal): -13685627 or 8727599. OLE color: 8727599.

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

Color convert

RGB4744133-
CMYK0.650.6700.48
HSL242.02º50.28%34.71%-
HSV(B)242.02º66.92%52.16%-
XYZ6.314.122.65-
YUV55.04171.99122.26-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.98%
GREEN value IS 44 (17.58% from 255) = 19.64%
BLUE value IS 133 (52.34% from 255) = 59.38%
R=20.98%
G=19.64%
B=59.38%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal47441330.650.6700.48242.0250.2834.71
Hex2F2C854143030f23223
Octal57542051011030603626243
Binary1011111011001000010110000011000011011000011110010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F2C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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