#273190

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

Shades of Jacksons Purple #273190

Tints of Jacksons Purple #273190

Color information

#273190 (or 0x273190) is unknown color: approx Jacksons Purple. HEX triplet: 27, 31 and 90. RGB value is (39,49,144). Sum of RGB (Red+Green+Blue) = 39+49+144=232 (30% of max value = 765). Red value is 39 (15.62% from 255 or 16.81% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #273190 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #273190 is #D8CE6F. Grayscale: #383838. Windows color (decimal): -14208624 or 9449767. OLE color: 9449767.

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

Color convert

RGB3949144-
CMYK0.730.6600.44
HSL234.29º57.38%35.88%-
HSV(B)234.29º72.92%56.47%-
XYZ6.974.6426.91-
YUV56.84177.19115.28-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.81%
GREEN value IS 49 (19.53% from 255) = 21.12%
BLUE value IS 144 (56.64% from 255) = 62.07%
R=16.81%
G=21.12%
B=62.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39491440.730.6600.44234.2957.3835.88
Hex273190494202Cea3924
Octal47612201111020543527144
Binary1001111100011001000010010011000010010110011101010111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273190; }

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

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

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

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

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

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

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

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