#303787

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

Shades of Jacksons Purple #303787

Tints of Jacksons Purple #303787

Color information

#303787 (or 0x303787) is unknown color: approx Jacksons Purple. HEX triplet: 30, 37 and 87. RGB value is (48,55,135). Sum of RGB (Red+Green+Blue) = 48+55+135=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 55 (21.88% from 255 or 23.11% from 238); Blue value is 135 (53.12% from 255 or 56.72% from 238); Max value from RGB is 135 - color contains mainly: blue. Hex color #303787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303787 is #CFC878. Grayscale: #3D3D3D. Windows color (decimal): -13617273 or 8861488. OLE color: 8861488.

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

Color convert

RGB4855135-
CMYK0.640.5900.47
HSL235.17º47.54%35.88%-
HSV(B)235.17º64.44%52.94%-
XYZ6.965.1123.54-
YUV62.03169.18118-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.17%
GREEN value IS 55 (21.88% from 255) = 23.11%
BLUE value IS 135 (53.12% from 255) = 56.72%
R=20.17%
G=23.11%
B=56.72%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48551350.640.5900.47235.1747.5435.88
Hex303787403B02Feb3024
Octal6067207100730573536044
Binary110000110111100001111000000111011010111111101011110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303787; }

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

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

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

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

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

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

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

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