#303695

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

Shades of Jacksons Purple #303695

Tints of Jacksons Purple #303695

Color information

#303695 (or 0x303695) is unknown color: approx Jacksons Purple. HEX triplet: 30, 36 and 95. RGB value is (48,54,149). Sum of RGB (Red+Green+Blue) = 48+54+149=251 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.12% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #303695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303695 is #CFC96A. Grayscale: #3E3E3E. Windows color (decimal): -13617515 or 9778736. OLE color: 9778736.

HSL color Cylindrical-coordinate representation of color #303695: hue angle of 236.44º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #303695 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4854149-
CMYK0.680.6400.42
HSL236.44º51.27%38.63%-
HSV(B)236.44º67.79%58.43%-
XYZ7.965.4429.06-
YUV63.04176.51117.28-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.12%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=19.12%
G=21.51%
B=59.36%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48541490.680.6400.42236.4451.2738.63
Hex303695444002Aec3327
Octal60662251041000523546347
Binary1100001101101001010110001001000000010101011101100110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303695; }

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

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

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

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

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

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

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

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