#303391

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

Shades of Jacksons Purple #303391

Tints of Jacksons Purple #303391

Color information

#303391 (or 0x303391) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 91. RGB value is (48,51,145). Sum of RGB (Red+Green+Blue) = 48+51+145=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 51 (20.31% from 255 or 20.90% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #303391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303391 is #CFCC6E. Grayscale: #3C3C3C. Windows color (decimal): -13618287 or 9515824. OLE color: 9515824.

HSL color Cylindrical-coordinate representation of color #303391: hue angle of 238.14º 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 #303391 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB4851145-
CMYK0.670.6500.43
HSL238.14º50.26%37.84%-
HSV(B)238.14º66.9%56.86%-
XYZ7.515.0427.36-
YUV60.82175.51118.86-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 51 (20.31% from 255) = 20.90%
BLUE value IS 145 (57.03% from 255) = 59.43%
R=19.67%
G=20.90%
B=59.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48511450.670.6500.43238.1450.2637.84
Hex303391434102Bee3226
Octal60632211031010533566246
Binary1100001100111001000110000111000001010101111101110110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303391; }

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

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

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

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

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

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

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

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