#30388E

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

Shades of Jacksons Purple #30388E

Tints of Jacksons Purple #30388E

Color information

#30388E (or 0x30388E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 38 and 8E. RGB value is (48,56,142). Sum of RGB (Red+Green+Blue) = 48+56+142=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 142 (55.86% from 255 or 57.72% from 246); Max value from RGB is 142 - color contains mainly: blue. Hex color #30388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30388E is #CFC771. Grayscale: #3F3F3F. Windows color (decimal): -13617010 or 9320496. OLE color: 9320496.

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

Color convert

RGB4856142-
CMYK0.660.6100.44
HSL234.89º49.47%37.25%-
HSV(B)234.89º66.2%55.69%-
XYZ7.525.4126.24-
YUV63.41172.35117.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 56 (22.27% from 255) = 22.76%
BLUE value IS 142 (55.86% from 255) = 57.72%
R=19.51%
G=22.76%
B=57.72%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48561420.660.6100.44234.8949.4737.25
Hex30388E423D02Ceb3125
Octal6070216102750543536145
Binary110000111000100011101000010111101010110011101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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