#27298E

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

Shades of Jacksons Purple #27298E

Tints of Jacksons Purple #27298E

Color information

#27298E (or 0x27298E) is unknown color: approx Jacksons Purple. HEX triplet: 27, 29 and 8E. RGB value is (39,41,142). Sum of RGB (Red+Green+Blue) = 39+41+142=222 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.57% from 222); Green value is 41 (16.41% from 255 or 18.47% from 222); Blue value is 142 (55.86% from 255 or 63.96% from 222); Max value from RGB is 142 - color contains mainly: blue. Hex color #27298E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27298E is #D8D671. Grayscale: #333333. Windows color (decimal): -14210674 or 9316647. OLE color: 9316647.

HSL color Cylindrical-coordinate representation of color #27298E: hue angle of 238.83º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27298E is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3941142-
CMYK0.730.7100.44
HSL238.83º56.91%35.49%-
HSV(B)238.83º72.54%55.69%-
XYZ6.513.9726.01-
YUV51.92178.84118.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.57%
GREEN value IS 41 (16.41% from 255) = 18.47%
BLUE value IS 142 (55.86% from 255) = 63.96%
R=17.57%
G=18.47%
B=63.96%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39411420.730.7100.44238.8356.9135.49
Hex27298E494702Cef3923
Octal47512161111070543577143
Binary1001111010011000111010010011000111010110011101111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27298E; }

 p { color: rgb(39,41,142); }

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

<style>
 a { background-color: #27298E; }

 a { background-color: rgb(39,41,142); }

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

<style>
 span { border-color: #27298E; }

 span { border-color: rgb(39,41,142); }

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