#303C8B

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

Shades of Jacksons Purple #303C8B

Tints of Jacksons Purple #303C8B

Color information

#303C8B (or 0x303C8B) is unknown color: approx Jacksons Purple. HEX triplet: 30, 3C and 8B. RGB value is (48,60,139). Sum of RGB (Red+Green+Blue) = 48+60+139=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 60 (23.83% from 255 or 24.29% from 247); Blue value is 139 (54.69% from 255 or 56.28% from 247); Max value from RGB is 139 - color contains mainly: blue. Hex color #303C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303C8B is #CFC374. Grayscale: #414141. Windows color (decimal): -13615989 or 9124912. OLE color: 9124912.

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

Color convert

RGB4860139-
CMYK0.650.5700.45
HSL232.09º48.66%36.67%-
HSV(B)232.09º65.47%54.51%-
XYZ7.495.7225.14-
YUV65.42169.52115.58-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.43%
GREEN value IS 60 (23.83% from 255) = 24.29%
BLUE value IS 139 (54.69% from 255) = 56.28%
R=19.43%
G=24.29%
B=56.28%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48601390.650.5700.45232.0948.6636.67
Hex303C8B413902De83125
Octal6074213101710553506145
Binary110000111100100010111000001111001010110111101000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303C8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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