#33318E

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

Shades of Jacksons Purple #33318E

Tints of Jacksons Purple #33318E

Color information

#33318E (or 0x33318E) is unknown color: approx Jacksons Purple. HEX triplet: 33, 31 and 8E. RGB value is (51,49,142). Sum of RGB (Red+Green+Blue) = 51+49+142=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 49 (19.53% from 255 or 20.25% from 242); Blue value is 142 (55.86% from 255 or 58.68% from 242); Max value from RGB is 142 - color contains mainly: blue. Hex color #33318E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33318E is #CCCE71. Grayscale: #3B3B3B. Windows color (decimal): -13422194 or 9318707. OLE color: 9318707.

HSL color Cylindrical-coordinate representation of color #33318E: hue angle of 241.29º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33318E is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5149142-
CMYK0.640.6500.44
HSL241.29º48.69%37.45%-
HSV(B)241.29º65.49%55.69%-
XYZ7.354.8526.14-
YUV60.2174.16121.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 49 (19.53% from 255) = 20.25%
BLUE value IS 142 (55.86% from 255) = 58.68%
R=21.07%
G=20.25%
B=58.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51491420.640.6500.44241.2948.6937.45
Hex33318E404102Cf13125
Octal63612161001010543616145
Binary1100111100011000111010000001000001010110011110001110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33318E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33318E; }

 p { color: rgb(51,49,142); }

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

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

 a { background-color: rgb(51,49,142); }

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

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

 span { border-color: rgb(51,49,142); }

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