#303491

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

Shades of Jacksons Purple #303491

Tints of Jacksons Purple #303491

Color information

#303491 (or 0x303491) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 91. RGB value is (48,52,145). Sum of RGB (Red+Green+Blue) = 48+52+145=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 52 (20.70% from 255 or 21.22% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #303491 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303491 is #CFCB6E. Grayscale: #3D3D3D. Windows color (decimal): -13618031 or 9516080. OLE color: 9516080.

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

Color convert

RGB4852145-
CMYK0.670.6400.43
HSL237.53º50.26%37.84%-
HSV(B)237.53º66.9%56.86%-
XYZ7.565.1327.38-
YUV61.41175.17118.44-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 52 (20.70% from 255) = 21.22%
BLUE value IS 145 (57.03% from 255) = 59.18%
R=19.59%
G=21.22%
B=59.18%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48521450.670.6400.43237.5350.2637.84
Hex303491434002Bee3226
Octal60642211031000533566246
Binary1100001101001001000110000111000000010101111101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303491; }

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

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

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

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

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

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

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

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