#33337D

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

Shades of Jacksons Purple #33337D

Tints of Jacksons Purple #33337D

Color information

#33337D (or 0x33337D) is unknown color: approx Jacksons Purple. HEX triplet: 33, 33 and 7D. RGB value is (51,51,125). Sum of RGB (Red+Green+Blue) = 51+51+125=227 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.47% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 125 (49.22% from 255 or 55.07% from 227); Max value from RGB is 125 - color contains mainly: blue. Hex color #33337D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33337D is #CCCC82. Grayscale: #3B3B3B. Windows color (decimal): -13421699 or 8205107. OLE color: 8205107.

HSL color Cylindrical-coordinate representation of color #33337D: hue angle of 240º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33337D is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5151125-
CMYK0.590.5900.51
HSL240º42.05%34.51%-
HSV(B)240º59.2%49.02%-
XYZ6.254.5519.95-
YUV59.44165121.98-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.47%
GREEN value IS 51 (20.31% from 255) = 22.47%
BLUE value IS 125 (49.22% from 255) = 55.07%
R=22.47%
G=22.47%
B=55.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51511250.590.5900.5124042.0534.51
Hex33337D3B3B033f02a23
Octal636317573730633605243
Binary1100111100111111101111011111011011001111110000101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33337D; }

 p { color: rgb(51,51,125); }

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

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

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

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

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

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

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