#303A91

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

Shades of Jacksons Purple #303A91

Tints of Jacksons Purple #303A91

Color information

#303A91 (or 0x303A91) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3A and 91. RGB value is (48,58,145). Sum of RGB (Red+Green+Blue) = 48+58+145=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 58 (23.05% from 255 or 23.11% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #303A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303A91 is #CFC56E. Grayscale: #404040. Windows color (decimal): -13616495 or 9517616. OLE color: 9517616.

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

Color convert

RGB4858145-
CMYK0.670.600.43
HSL233.81º50.26%37.84%-
HSV(B)233.81º66.9%56.86%-
XYZ7.845.727.47-
YUV64.93173.19115.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 58 (23.05% from 255) = 23.11%
BLUE value IS 145 (57.03% from 255) = 57.77%
R=19.12%
G=23.11%
B=57.77%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal48581450.670.600.43233.8150.2637.84
Hex303A91433C02Bea3226
Octal6072221103740533526246
Binary110000111010100100011000011111100010101111101010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303A91; }

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

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

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

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

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

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

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

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