#303B89

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

Shades of Jacksons Purple #303B89

Tints of Jacksons Purple #303B89

Color information

#303B89 (or 0x303B89) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3B and 89. RGB value is (48,59,137). Sum of RGB (Red+Green+Blue) = 48+59+137=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 137 (53.91% from 255 or 56.15% from 244); Max value from RGB is 137 - color contains mainly: blue. Hex color #303B89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303B89 is #CFC476. Grayscale: #404040. Windows color (decimal): -13616247 or 8993584. OLE color: 8993584.

HSL color Cylindrical-coordinate representation of color #303B89: hue angle of 232.58º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303B89 is Cyan = 0.65, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4859137-
CMYK0.650.5700.46
HSL232.58º48.11%36.27%-
HSV(B)232.58º64.96%53.73%-
XYZ7.35.5624.36-
YUV64.6168.86116.16-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.67%
GREEN value IS 59 (23.44% from 255) = 24.18%
BLUE value IS 137 (53.91% from 255) = 56.15%
R=19.67%
G=24.18%
B=56.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48591370.650.5700.46232.5848.1136.27
Hex303B89413902Ee93024
Octal6073211101710563516044
Binary110000111011100010011000001111001010111011101001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,59,137); }

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

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

 a { background-color: rgb(48,59,137); }

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

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

 span { border-color: rgb(48,59,137); }

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