#303489

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

Shades of Jacksons Purple #303489

Tints of Jacksons Purple #303489

Color information

#303489 (or 0x303489) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 89. RGB value is (48,52,137). Sum of RGB (Red+Green+Blue) = 48+52+137=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #303489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303489 is #CFCB76. Grayscale: #3C3C3C. Windows color (decimal): -13618039 or 8991792. OLE color: 8991792.

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

Color convert

RGB4852137-
CMYK0.650.6200.46
HSL237.3º48.11%36.27%-
HSV(B)237.3º64.96%53.73%-
XYZ6.964.8924.24-
YUV60.49171.17119.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.25%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 137 (53.91% from 255) = 57.81%
R=20.25%
G=21.94%
B=57.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48521370.650.6200.46237.348.1136.27
Hex303489413E02Eed3024
Octal6064211101760563556044
Binary110000110100100010011000001111110010111011101101110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303489; }

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

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

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

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

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

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

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

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