#303385

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

Shades of Jacksons Purple #303385

Tints of Jacksons Purple #303385

Color information

#303385 (or 0x303385) is unknown color: approx Jacksons Purple. HEX triplet: 30, 33 and 85. RGB value is (48,51,133). Sum of RGB (Red+Green+Blue) = 48+51+133=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #303385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303385 is #CFCC7A. Grayscale: #3B3B3B. Windows color (decimal): -13618299 or 8729392. OLE color: 8729392.

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

Color convert

RGB4851133-
CMYK0.640.6200.48
HSL237.88º46.96%35.49%-
HSV(B)237.88º63.91%52.16%-
XYZ6.644.6922.75-
YUV59.45169.51119.83-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.69%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 133 (52.34% from 255) = 57.33%
R=20.69%
G=21.98%
B=57.33%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48511330.640.6200.48237.8846.9635.49
Hex303385403E030ee2f23
Octal6063205100760603565743
Binary110000110011100001011000000111110011000011101110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303385; }

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

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

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

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

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

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

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

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