#2F288D

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

Shades of Jacksons Purple #2F288D

Tints of Jacksons Purple #2F288D

Color information

#2F288D (or 0x2F288D) is unknown color: approx Jacksons Purple. HEX triplet: 2F, 28 and 8D. RGB value is (47,40,141). Sum of RGB (Red+Green+Blue) = 47+40+141=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 40 (16.02% from 255 or 17.54% from 228); Blue value is 141 (55.47% from 255 or 61.84% from 228); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F288D is #D0D772. Grayscale: #353535. Windows color (decimal): -13686643 or 9250863. OLE color: 9250863.

HSL color Cylindrical-coordinate representation of color #2F288D: hue angle of 244.16º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F288D is Cyan = 0.67, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4740141-
CMYK0.670.7200.45
HSL244.16º55.8%35.49%-
HSV(B)244.16º71.63%55.29%-
XYZ6.744.0525.62-
YUV53.61177.32123.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.61%
GREEN value IS 40 (16.02% from 255) = 17.54%
BLUE value IS 141 (55.47% from 255) = 61.84%
R=20.61%
G=17.54%
B=61.84%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal47401410.670.7200.45244.1655.835.49
Hex2F288D434802Df43823
Octal57502151031100553647043
Binary1011111010001000110110000111001000010110111110100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,40,141); }

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

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

 a { background-color: rgb(47,40,141); }

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

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

 span { border-color: rgb(47,40,141); }

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