#30328A

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

Shades of Jacksons Purple #30328A

Tints of Jacksons Purple #30328A

Color information

#30328A (or 0x30328A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 32 and 8A. RGB value is (48,50,138). Sum of RGB (Red+Green+Blue) = 48+50+138=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 138 (54.30% from 255 or 58.47% from 236); Max value from RGB is 138 - color contains mainly: blue. Hex color #30328A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30328A is #CFCD75. Grayscale: #3B3B3B. Windows color (decimal): -13618550 or 9056816. OLE color: 9056816.

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

Color convert

RGB4850138-
CMYK0.650.6400.46
HSL238.67º48.39%36.47%-
HSV(B)238.67º65.22%54.12%-
XYZ6.954.7424.59-
YUV59.43172.34119.84-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.34%
GREEN value IS 50 (19.92% from 255) = 21.19%
BLUE value IS 138 (54.30% from 255) = 58.47%
R=20.34%
G=21.19%
B=58.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48501380.650.6400.46238.6748.3936.47
Hex30328A414002Eef3024
Octal60622121011000563576044
Binary1100001100101000101010000011000000010111011101111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30328A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30328A; }

 p { color: rgb(48,50,138); }

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

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

 a { background-color: rgb(48,50,138); }

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

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

 span { border-color: rgb(48,50,138); }

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