#33388A

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

Shades of Jacksons Purple #33388A

Tints of Jacksons Purple #33388A

Color information

#33388A (or 0x33388A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 38 and 8A. RGB value is (51,56,138). Sum of RGB (Red+Green+Blue) = 51+56+138=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 56 (22.27% from 255 or 22.86% from 245); Blue value is 138 (54.30% from 255 or 56.33% from 245); Max value from RGB is 138 - color contains mainly: blue. Hex color #33388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33388A is #CCC775. Grayscale: #3F3F3F. Windows color (decimal): -13420406 or 9058355. OLE color: 9058355.

HSL color Cylindrical-coordinate representation of color #33388A: hue angle of 236.55º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33388A is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5156138-
CMYK0.630.5900.46
HSL236.55º46.03%37.06%-
HSV(B)236.55º63.04%54.12%-
XYZ7.375.3724.69-
YUV63.85169.84118.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 56 (22.27% from 255) = 22.86%
BLUE value IS 138 (54.30% from 255) = 56.33%
R=20.82%
G=22.86%
B=56.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51561380.630.5900.46236.5546.0337.06
Hex33388A3F3B02Eed2e25
Octal637021277730563555645
Binary11001111100010001010111111111011010111011101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33388A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33388A; }

 p { color: rgb(51,56,138); }

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

<style>
 a { background-color: #33388A; }

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

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

<style>
 span { border-color: #33388A; }

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

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