#272E90

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

Shades of Jacksons Purple #272E90

Tints of Jacksons Purple #272E90

Color information

#272E90 (or 0x272E90) is unknown color: approx Jacksons Purple. HEX triplet: 27, 2E and 90. RGB value is (39,46,144). Sum of RGB (Red+Green+Blue) = 39+46+144=229 (30% of max value = 765). Red value is 39 (15.62% from 255 or 17.03% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #272E90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #272E90 is #D8D16F. Grayscale: #363636. Windows color (decimal): -14209392 or 9448999. OLE color: 9448999.

HSL color Cylindrical-coordinate representation of color #272E90: hue angle of 236º 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 #272E90 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3946144-
CMYK0.730.6800.44
HSL236º57.38%35.88%-
HSV(B)236º72.92%56.47%-
XYZ6.854.426.87-
YUV55.08178.18116.53-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 17.03%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=17.03%
G=20.09%
B=62.88%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39461440.730.6800.4423657.3835.88
Hex272E90494402Cec3924
Octal47562201111040543547144
Binary1001111011101001000010010011000100010110011101100111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272E90; }

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

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

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

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

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

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

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

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