#303387

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

Shades of Jacksons Purple #303387

Tints of Jacksons Purple #303387

Color information

#303387 (or 0x303387) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 87. RGB value is (48,51,135). Sum of RGB (Red+Green+Blue) = 48+51+135=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #303387 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303387 is #CFCC78. Grayscale: #3B3B3B. Windows color (decimal): -13618297 or 8860464. OLE color: 8860464.

HSL color Cylindrical-coordinate representation of color #303387: hue angle of 237.93º 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 #303387 is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4851135-
CMYK0.640.6200.47
HSL237.93º47.54%35.88%-
HSV(B)237.93º64.44%52.94%-
XYZ6.784.7523.48-
YUV59.68170.51119.67-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.51%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 135 (53.12% from 255) = 57.69%
R=20.51%
G=21.79%
B=57.69%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48511350.640.6200.47237.9347.5435.88
Hex303387403E02Fee3024
Octal6063207100760573566044
Binary110000110011100001111000000111110010111111101110110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303387; }

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

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

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

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

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

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

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

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