#33308B

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

Shades of Jacksons Purple #33308B

Tints of Jacksons Purple #33308B

Color information

#33308B (or 0x33308B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 30 and 8B. RGB value is (51,48,139). Sum of RGB (Red+Green+Blue) = 51+48+139=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #33308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33308B is #CCCF74. Grayscale: #3A3A3A. Windows color (decimal): -13422453 or 9121843. OLE color: 9121843.

HSL color Cylindrical-coordinate representation of color #33308B: hue angle of 241.98º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #33308B is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5148139-
CMYK0.630.6500.45
HSL241.98º48.66%36.67%-
HSV(B)241.98º65.47%54.51%-
XYZ7.084.6824.96-
YUV59.27172.99122.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 139 (54.69% from 255) = 58.40%
R=21.43%
G=20.17%
B=58.40%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51481390.630.6500.45241.9848.6636.67
Hex33308B3F4102Df23125
Octal6360213771010553626145
Binary110011110000100010111111111000001010110111110010110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33308B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33308B; }

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

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

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

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

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

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

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

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