#303591

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

Shades of Jacksons Purple #303591

Tints of Jacksons Purple #303591

Color information

#303591 (or 0x303591) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 91. RGB value is (48,53,145). Sum of RGB (Red+Green+Blue) = 48+53+145=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 53 (21.09% from 255 or 21.54% from 246); Blue value is 145 (57.03% from 255 or 58.94% from 246); Max value from RGB is 145 - color contains mainly: blue. Hex color #303591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303591 is #CFCA6E. Grayscale: #3D3D3D. Windows color (decimal): -13617775 or 9516336. OLE color: 9516336.

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

Color convert

RGB4853145-
CMYK0.670.6300.43
HSL236.91º50.26%37.84%-
HSV(B)236.91º66.9%56.86%-
XYZ7.65.2227.39-
YUV61.99174.84118.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 53 (21.09% from 255) = 21.54%
BLUE value IS 145 (57.03% from 255) = 58.94%
R=19.51%
G=21.54%
B=58.94%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48531450.670.6300.43236.9150.2637.84
Hex303591433F02Bed3226
Octal6065221103770533556246
Binary110000110101100100011000011111111010101111101101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303591; }

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

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

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

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

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

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

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

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