#30308F

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

Shades of Jacksons Purple #30308F

Tints of Jacksons Purple #30308F

Color information

#30308F (or 0x30308F) is unknown color: approx Jacksons Purple. HEX triplet: 30, 30 and 8F. RGB value is (48,48,143). Sum of RGB (Red+Green+Blue) = 48+48+143=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 143 (56.25% from 255 or 59.83% from 239); Max value from RGB is 143 - color contains mainly: blue. Hex color #30308F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30308F is #CFCF70. Grayscale: #3A3A3A. Windows color (decimal): -13619057 or 9383984. OLE color: 9383984.

HSL color Cylindrical-coordinate representation of color #30308F: hue angle of 240º degrees, saturation: 0.5, 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 #30308F is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4848143-
CMYK0.660.6600.44
HSL240º49.74%37.45%-
HSV(B)240º66.43%56.08%-
XYZ7.234.7326.52-
YUV58.83175.5120.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 143 (56.25% from 255) = 59.83%
R=20.08%
G=20.08%
B=59.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48481430.660.6600.4424049.7437.45
Hex30308F424202Cf03225
Octal60602171021020543606245
Binary1100001100001000111110000101000010010110011110000110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30308F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30308F; }

 p { color: rgb(48,48,143); }

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

<style>
 a { background-color: #30308F; }

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

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

<style>
 span { border-color: #30308F; }

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

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