#303788

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

Shades of Jacksons Purple #303788

Tints of Jacksons Purple #303788

Color information

#303788 (or 0x303788) is unknown color: approx Jacksons Purple. HEX triplet: 30, 37 and 88. RGB value is (48,55,136). Sum of RGB (Red+Green+Blue) = 48+55+136=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 55 (21.88% from 255 or 23.01% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #303788 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303788 is #CFC877. Grayscale: #3D3D3D. Windows color (decimal): -13617272 or 8927024. OLE color: 8927024.

HSL color Cylindrical-coordinate representation of color #303788: hue angle of 235.23º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #303788 is Cyan = 0.65, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4855136-
CMYK0.650.6000.47
HSL235.23º47.83%36.08%-
HSV(B)235.23º64.71%53.33%-
XYZ7.035.1423.91-
YUV62.14169.68117.91-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.08%
GREEN value IS 55 (21.88% from 255) = 23.01%
BLUE value IS 136 (53.52% from 255) = 56.90%
R=20.08%
G=23.01%
B=56.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48551360.650.6000.47235.2347.8336.08
Hex303788413C02Feb3024
Octal6067210101740573536044
Binary110000110111100010001000001111100010111111101011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303788; }

 p { color: rgb(48,55,136); }

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

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

 a { background-color: rgb(48,55,136); }

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

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

 span { border-color: rgb(48,55,136); }

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