#272990

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

Shades of Jacksons Purple #272990

Tints of Jacksons Purple #272990

Color information

#272990 (or 0x272990) is unknown color: approx Jacksons Purple. HEX triplet: 27, 29 and 90. RGB value is (39,41,144). Sum of RGB (Red+Green+Blue) = 39+41+144=224 (29% of max value = 765). Red value is 39 (15.62% from 255 or 17.41% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #272990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272990 is #D8D66F. Grayscale: #333333. Windows color (decimal): -14210672 or 9447719. OLE color: 9447719.

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

Color convert

RGB3941144-
CMYK0.730.7200.44
HSL238.86º57.38%35.88%-
HSV(B)238.86º72.92%56.47%-
XYZ6.664.0326.81-
YUV52.14179.84118.62-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.41%
GREEN value IS 41 (16.41% from 255) = 18.30%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=17.41%
G=18.30%
B=64.29%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39411440.730.7200.44238.8657.3835.88
Hex272990494802Cef3924
Octal47512201111100543577144
Binary1001111010011001000010010011001000010110011101111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272990; }

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

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

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

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

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

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

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

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