#33358B

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

Shades of Jacksons Purple #33358B

Tints of Jacksons Purple #33358B

Color information

#33358B (or 0x33358B) is unknown color: approx Jacksons Purple. HEX triplet: 33, 35 and 8B. RGB value is (51,53,139). Sum of RGB (Red+Green+Blue) = 51+53+139=243 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.99% from 243); Green value is 53 (21.09% from 255 or 21.81% from 243); Blue value is 139 (54.69% from 255 or 57.20% from 243); Max value from RGB is 139 - color contains mainly: blue. Hex color #33358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33358B is #CCCA74. Grayscale: #3D3D3D. Windows color (decimal): -13421173 or 9123123. OLE color: 9123123.

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

Color convert

RGB5153139-
CMYK0.630.6200.45
HSL238.64º46.32%37.25%-
HSV(B)238.64º63.31%54.51%-
XYZ7.35.1125.03-
YUV62.21171.34120.01-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.99%
GREEN value IS 53 (21.09% from 255) = 21.81%
BLUE value IS 139 (54.69% from 255) = 57.20%
R=20.99%
G=21.81%
B=57.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51531390.630.6200.45238.6446.3237.25
Hex33358B3F3E02Def2e25
Octal636521377760553575645
Binary11001111010110001011111111111110010110111101111101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33358B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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