#30378E

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

Shades of Jacksons Purple #30378E

Tints of Jacksons Purple #30378E

Color information

#30378E (or 0x30378E) is unknown color: approx Jacksons Purple. HEX triplet: 30, 37 and 8E. RGB value is (48,55,142). Sum of RGB (Red+Green+Blue) = 48+55+142=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #30378E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30378E is #CFC871. Grayscale: #3E3E3E. Windows color (decimal): -13617266 or 9320240. OLE color: 9320240.

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

Color convert

RGB4855142-
CMYK0.660.6100.44
HSL235.53º49.47%37.25%-
HSV(B)235.53º66.2%55.69%-
XYZ7.475.3126.22-
YUV62.82172.68117.43-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.59%
GREEN value IS 55 (21.88% from 255) = 22.45%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=19.59%
G=22.45%
B=57.96%

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
Decimal48551420.660.6100.44235.5349.4737.25
Hex30378E423D02Cec3125
Octal6067216102750543546145
Binary110000110111100011101000010111101010110011101100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30378E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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