#303498

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

Shades of Jacksons Purple #303498

Tints of Jacksons Purple #303498

Color information

#303498 (or 0x303498) is unknown color: approx Jacksons Purple. HEX triplet: 30, 34 and 98. RGB value is (48,52,152). Sum of RGB (Red+Green+Blue) = 48+52+152=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 152 (59.77% from 255 or 60.32% from 252); Max value from RGB is 152 - color contains mainly: blue. Hex color #303498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303498 is #CFCB67. Grayscale: #3D3D3D. Windows color (decimal): -13618024 or 9974832. OLE color: 9974832.

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

Color convert

RGB4852152-
CMYK0.680.6600.40
HSL237.69º52%39.22%-
HSV(B)237.69º68.42%59.61%-
XYZ8.115.3530.31-
YUV62.2178.67117.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.05%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 152 (59.77% from 255) = 60.32%
R=19.05%
G=20.63%
B=60.32%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal48521520.680.6600.40237.695239.22
Hex3034984442028ee3427
Octal60642301041020503566447
Binary1100001101001001100010001001000010010100011101110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303498; }

 p { color: rgb(48,52,152); }

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

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

 a { background-color: rgb(48,52,152); }

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

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

 span { border-color: rgb(48,52,152); }

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