#30318E

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

Shades of Jacksons Purple #30318E

Tints of Jacksons Purple #30318E

Color information

#30318E (or 0x30318E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 31 and 8E. RGB value is (48,49,142). Sum of RGB (Red+Green+Blue) = 48+49+142=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 49 (19.53% from 255 or 20.50% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #30318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30318E is #CFCE71. Grayscale: #3A3A3A. Windows color (decimal): -13618802 or 9318704. OLE color: 9318704.

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

Color convert

RGB4849142-
CMYK0.660.6500.44
HSL239.36º49.47%37.25%-
HSV(B)239.36º66.2%55.69%-
XYZ7.24.7826.13-
YUV59.3174.67119.94-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 49 (19.53% from 255) = 20.50%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=20.08%
G=20.50%
B=59.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48491420.660.6500.44239.3649.4737.25
Hex30318E424102Cef3125
Octal60612161021010543576145
Binary1100001100011000111010000101000001010110011101111110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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