#30348E

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

Shades of Jacksons Purple #30348E

Tints of Jacksons Purple #30348E

Color information

#30348E (or 0x30348E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 8E. RGB value is (48,52,142). Sum of RGB (Red+Green+Blue) = 48+52+142=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 52 (20.70% from 255 or 21.49% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #30348E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30348E is #CFCB71. Grayscale: #3C3C3C. Windows color (decimal): -13618034 or 9319472. OLE color: 9319472.

HSL color Cylindrical-coordinate representation of color #30348E: hue angle of 237.45º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30348E is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4852142-
CMYK0.660.6300.44
HSL237.45º49.47%37.25%-
HSV(B)237.45º66.2%55.69%-
XYZ7.335.0426.18-
YUV61.06173.67118.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 52 (20.70% from 255) = 21.49%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=19.83%
G=21.49%
B=58.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48521420.660.6300.44237.4549.4737.25
Hex30348E423F02Ced3125
Octal6064216102770543556145
Binary110000110100100011101000010111111010110011101101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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