#30398A

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

Shades of Jacksons Purple #30398A

Tints of Jacksons Purple #30398A

Color information

#30398A (or 0x30398A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 39 and 8A. RGB value is (48,57,138). Sum of RGB (Red+Green+Blue) = 48+57+138=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 57 (22.66% from 255 or 23.46% from 243); Blue value is 138 (54.30% from 255 or 56.79% from 243); Max value from RGB is 138 - color contains mainly: blue. Hex color #30398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30398A is #CFC675. Grayscale: #3F3F3F. Windows color (decimal): -13616758 or 9058608. OLE color: 9058608.

HSL color Cylindrical-coordinate representation of color #30398A: hue angle of 234º 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 #30398A is Cyan = 0.65, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB4857138-
CMYK0.650.5900.46
HSL234º48.39%36.47%-
HSV(B)234º65.22%54.12%-
XYZ7.275.3924.7-
YUV63.54170.02116.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.75%
GREEN value IS 57 (22.66% from 255) = 23.46%
BLUE value IS 138 (54.30% from 255) = 56.79%
R=19.75%
G=23.46%
B=56.79%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48571380.650.5900.4623448.3936.47
Hex30398A413B02Eea3024
Octal6071212101730563526044
Binary110000111001100010101000001111011010111011101010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30398A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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