#30328D

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

Shades of Jacksons Purple #30328D

Tints of Jacksons Purple #30328D

Color information

#30328D (or 0x30328D) is unknown color: approx Jacksons Purple. HEX triplet: 30, 32 and 8D. RGB value is (48,50,141). Sum of RGB (Red+Green+Blue) = 48+50+141=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 141 (55.47% from 255 or 59.00% from 239); Max value from RGB is 141 - color contains mainly: blue. Hex color #30328D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30328D is #CFCD72. Grayscale: #3B3B3B. Windows color (decimal): -13618547 or 9253424. OLE color: 9253424.

HSL color Cylindrical-coordinate representation of color #30328D: hue angle of 238.71º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30328D is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4850141-
CMYK0.660.6500.45
HSL238.71º49.21%37.06%-
HSV(B)238.71º65.96%55.29%-
XYZ7.174.8325.75-
YUV59.78173.84119.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 50 (19.92% from 255) = 20.92%
BLUE value IS 141 (55.47% from 255) = 59.00%
R=20.08%
G=20.92%
B=59.00%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48501410.660.6500.45238.7149.2137.06
Hex30328D424102Def3125
Octal60622151021010553576145
Binary1100001100101000110110000101000001010110111101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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