#30348D

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

Shades of Jacksons Purple #30348D

Tints of Jacksons Purple #30348D

Color information

#30348D (or 0x30348D) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 8D. RGB value is (48,52,141). Sum of RGB (Red+Green+Blue) = 48+52+141=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 52 (20.70% from 255 or 21.58% from 241); Blue value is 141 (55.47% from 255 or 58.51% from 241); Max value from RGB is 141 - color contains mainly: blue. Hex color #30348D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30348D is #CFCB72. Grayscale: #3C3C3C. Windows color (decimal): -13618035 or 9253936. OLE color: 9253936.

HSL color Cylindrical-coordinate representation of color #30348D: hue angle of 237.42º 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 #30348D is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4852141-
CMYK0.660.6300.45
HSL237.42º49.21%37.06%-
HSV(B)237.42º65.96%55.29%-
XYZ7.255.0125.78-
YUV60.95173.17118.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 52 (20.70% from 255) = 21.58%
BLUE value IS 141 (55.47% from 255) = 58.51%
R=19.92%
G=21.58%
B=58.51%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48521410.660.6300.45237.4249.2137.06
Hex30348D423F02Ded3125
Octal6064215102770553556145
Binary110000110100100011011000010111111010110111101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30348D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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