#30359A

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

Shades of Jacksons Purple #30359A

Tints of Jacksons Purple #30359A

Color information

#30359A (or 0x30359A) is unknown color: approx Jacksons Purple. HEX triplet: 30, 35 and 9A. RGB value is (48,53,154). Sum of RGB (Red+Green+Blue) = 48+53+154=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #30359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30359A is #CFCA65. Grayscale: #3E3E3E. Windows color (decimal): -13617766 or 10106160. OLE color: 10106160.

HSL color Cylindrical-coordinate representation of color #30359A: hue angle of 237.17º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30359A is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4853154-
CMYK0.690.6600.40
HSL237.17º52.48%39.61%-
HSV(B)237.17º68.83%60.39%-
XYZ8.325.5131.2-
YUV63.02179.34117.29-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 53 (21.09% from 255) = 20.78%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=18.82%
G=20.78%
B=60.39%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48531540.690.6600.40237.1752.4839.61
Hex30359A4542028ed3428
Octal60652321051020503556450
Binary1100001101011001101010001011000010010100011101101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,53,154); }

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

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

 a { background-color: rgb(48,53,154); }

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

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

 span { border-color: rgb(48,53,154); }

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