#30338E

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

Shades of Jacksons Purple #30338E

Tints of Jacksons Purple #30338E

Color information

#30338E (or 0x30338E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 8E. RGB value is (48,51,142). Sum of RGB (Red+Green+Blue) = 48+51+142=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #30338E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30338E is #CFCC71. Grayscale: #3C3C3C. Windows color (decimal): -13618290 or 9319216. OLE color: 9319216.

HSL color Cylindrical-coordinate representation of color #30338E: hue angle of 238.09º 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 #30338E is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4851142-
CMYK0.660.6400.44
HSL238.09º49.47%37.25%-
HSV(B)238.09º66.2%55.69%-
XYZ7.294.9526.16-
YUV60.48174.01119.1-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.92%
GREEN value IS 51 (20.31% from 255) = 21.16%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=19.92%
G=21.16%
B=58.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48511420.660.6400.44238.0949.4737.25
Hex30338E424002Cee3125
Octal60632161021000543566145
Binary1100001100111000111010000101000000010110011101110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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