#33378A

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

Shades of Jacksons Purple #33378A

Tints of Jacksons Purple #33378A

Color information

#33378A (or 0x33378A) is unknown color: approx Jacksons Purple. HEX triplet: 33, 37 and 8A. RGB value is (51,55,138). Sum of RGB (Red+Green+Blue) = 51+55+138=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 55 (21.88% from 255 or 22.54% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #33378A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33378A is #CCC875. Grayscale: #3E3E3E. Windows color (decimal): -13420662 or 9058099. OLE color: 9058099.

HSL color Cylindrical-coordinate representation of color #33378A: hue angle of 237.24º 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 #33378A is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5155138-
CMYK0.630.6000.46
HSL237.24º46.03%37.06%-
HSV(B)237.24º63.04%54.12%-
XYZ7.325.2724.68-
YUV63.27170.17119.25-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 55 (21.88% from 255) = 22.54%
BLUE value IS 138 (54.30% from 255) = 56.56%
R=20.90%
G=22.54%
B=56.56%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal51551380.630.6000.46237.2446.0337.06
Hex33378A3F3C02Eed2e25
Octal636721277740563555645
Binary11001111011110001010111111111100010111011101101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33378A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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