#30378B

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

Shades of Jacksons Purple #30378B

Tints of Jacksons Purple #30378B

Color information

#30378B (or 0x30378B) is unknown color: approx Jacksons Purple. HEX triplet: 30, 37 and 8B. RGB value is (48,55,139). Sum of RGB (Red+Green+Blue) = 48+55+139=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 55 (21.88% from 255 or 22.73% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #30378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30378B is #CFC874. Grayscale: #3E3E3E. Windows color (decimal): -13617269 or 9123632. OLE color: 9123632.

HSL color Cylindrical-coordinate representation of color #30378B: hue angle of 235.38º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30378B is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB4855139-
CMYK0.650.6000.45
HSL235.38º48.66%36.67%-
HSV(B)235.38º65.47%54.51%-
XYZ7.255.2225.05-
YUV62.48171.18117.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 55 (21.88% from 255) = 22.73%
BLUE value IS 139 (54.69% from 255) = 57.44%
R=19.83%
G=22.73%
B=57.44%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48551390.650.6000.45235.3848.6636.67
Hex30378B413C02Deb3125
Octal6067213101740553536145
Binary110000110111100010111000001111100010110111101011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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