#33357D

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

Shades of Jacksons Purple #33357D

Tints of Jacksons Purple #33357D

Color information

#33357D (or 0x33357D) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 7D. RGB value is (51,53,125). Sum of RGB (Red+Green+Blue) = 51+53+125=229 (30% of max value = 765). Red value is 51 (20.31% from 255 or 22.27% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #33357D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33357D is #CCCA82. Grayscale: #3C3C3C. Windows color (decimal): -13421187 or 8205619. OLE color: 8205619.

HSL color Cylindrical-coordinate representation of color #33357D: hue angle of 238.38º 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 #33357D is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5153125-
CMYK0.590.5800.51
HSL238.38º42.05%34.51%-
HSV(B)238.38º59.2%49.02%-
XYZ6.344.7319.98-
YUV60.61164.34121.15-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.27%
GREEN value IS 53 (21.09% from 255) = 23.14%
BLUE value IS 125 (49.22% from 255) = 54.59%
R=22.27%
G=23.14%
B=54.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51531250.590.5800.51238.3842.0534.51
Hex33357D3B3A033ee2a23
Octal636517573720633565243
Binary1100111101011111101111011111010011001111101110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33357D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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