#303C8D

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

Shades of Jacksons Purple #303C8D

Tints of Jacksons Purple #303C8D

Color information

#303C8D (or 0x303C8D) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3C and 8D. RGB value is (48,60,141). Sum of RGB (Red+Green+Blue) = 48+60+141=249 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.28% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #303C8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C8D is #CFC372. Grayscale: #414141. Windows color (decimal): -13615987 or 9255984. OLE color: 9255984.

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

Color convert

RGB4860141-
CMYK0.660.5700.45
HSL232.26º49.21%37.06%-
HSV(B)232.26º65.96%55.29%-
XYZ7.645.7825.91-
YUV65.65170.52115.41-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.28%
GREEN value IS 60 (23.83% from 255) = 24.10%
BLUE value IS 141 (55.47% from 255) = 56.63%
R=19.28%
G=24.10%
B=56.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48601410.660.5700.45232.2649.2137.06
Hex303C8D423902De83125
Octal6074215102710553506145
Binary110000111100100011011000010111001010110111101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303C8D; }

 p { color: rgb(48,60,141); }

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

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

 a { background-color: rgb(48,60,141); }

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

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

 span { border-color: rgb(48,60,141); }

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