#303490

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

Shades of Jacksons Purple #303490

Tints of Jacksons Purple #303490

Color information

#303490 (or 0x303490) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 90. RGB value is (48,52,144). Sum of RGB (Red+Green+Blue) = 48+52+144=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 144 (56.64% from 255 or 59.02% from 244); Max value from RGB is 144 - color contains mainly: blue. Hex color #303490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303490 is #CFCB6F. Grayscale: #3C3C3C. Windows color (decimal): -13618032 or 9450544. OLE color: 9450544.

HSL color Cylindrical-coordinate representation of color #303490: hue angle of 237.5º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303490 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4852144-
CMYK0.670.6400.44
HSL237.5º50%37.65%-
HSV(B)237.5º66.67%56.47%-
XYZ7.485.126.98-
YUV61.29174.67118.52-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 52 (20.70% from 255) = 21.31%
BLUE value IS 144 (56.64% from 255) = 59.02%
R=19.67%
G=21.31%
B=59.02%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48521440.670.6400.44237.55037.65
Hex303490434002Cee3226
Octal60642201031000543566246
Binary1100001101001001000010000111000000010110011101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303490; }

 p { color: rgb(48,52,144); }

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

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

 a { background-color: rgb(48,52,144); }

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

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

 span { border-color: rgb(48,52,144); }

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