#30368A

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

Shades of Jacksons Purple #30368A

Tints of Jacksons Purple #30368A

Color information

#30368A (or 0x30368A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 36 and 8A. RGB value is (48,54,138). Sum of RGB (Red+Green+Blue) = 48+54+138=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 54 (21.48% from 255 or 22.5% from 240); Blue value is 138 (54.30% from 255 or 57.5% from 240); Max value from RGB is 138 - color contains mainly: blue. Hex color #30368A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30368A is #CFC975. Grayscale: #3D3D3D. Windows color (decimal): -13617526 or 9057840. OLE color: 9057840.

HSL color Cylindrical-coordinate representation of color #30368A: hue angle of 236º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30368A is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4854138-
CMYK0.650.6100.46
HSL236º48.39%36.47%-
HSV(B)236º65.22%54.12%-
XYZ7.135.124.65-
YUV61.78171.01118.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20%
GREEN value IS 54 (21.48% from 255) = 22.5%
BLUE value IS 138 (54.30% from 255) = 57.5%
R=20%
G=22.5%
B=57.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48541380.650.6100.4623648.3936.47
Hex30368A413D02Eec3024
Octal6066212101750563546044
Binary110000110110100010101000001111101010111011101100110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30368A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30368A; }

 p { color: rgb(48,54,138); }

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

<style>
 a { background-color: #30368A; }

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

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

<style>
 span { border-color: #30368A; }

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

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