#303690

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

Shades of Jacksons Purple #303690

Tints of Jacksons Purple #303690

Color information

#303690 (or 0x303690) is unknown color: approx Jacksons Purple. HEX triplet: 30, 36 and 90. RGB value is (48,54,144). Sum of RGB (Red+Green+Blue) = 48+54+144=246 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.51% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 144 (56.64% from 255 or 58.54% from 246); Max value from RGB is 144 - color contains mainly: blue. Hex color #303690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303690 is #CFC96F. Grayscale: #3E3E3E. Windows color (decimal): -13617520 or 9451056. OLE color: 9451056.

HSL color Cylindrical-coordinate representation of color #303690: hue angle of 236.25º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303690 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB4854144-
CMYK0.670.6300.44
HSL236.25º50%37.65%-
HSV(B)236.25º66.67%56.47%-
XYZ7.575.2827.01-
YUV62.47174.01117.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.51%
GREEN value IS 54 (21.48% from 255) = 21.95%
BLUE value IS 144 (56.64% from 255) = 58.54%
R=19.51%
G=21.95%
B=58.54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48541440.670.6300.44236.255037.65
Hex303690433F02Cec3226
Octal6066220103770543546246
Binary110000110110100100001000011111111010110011101100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303690; }

 p { color: rgb(48,54,144); }

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

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

 a { background-color: rgb(48,54,144); }

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

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

 span { border-color: rgb(48,54,144); }

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