#33388C

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

Shades of Jacksons Purple #33388C

Tints of Jacksons Purple #33388C

Color information

#33388C (or 0x33388C) is unknown color: approx Jacksons Purple. HEX triplet: 33, 38 and 8C. RGB value is (51,56,140). Sum of RGB (Red+Green+Blue) = 51+56+140=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 140 (55.08% from 255 or 56.68% from 247); Max value from RGB is 140 - color contains mainly: blue. Hex color #33388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #33388C is #CCC773. Grayscale: #3F3F3F. Windows color (decimal): -13420404 or 9189427. OLE color: 9189427.

HSL color Cylindrical-coordinate representation of color #33388C: hue angle of 236.63º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33388C is Cyan = 0.64, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5156140-
CMYK0.640.600.45
HSL236.63º46.6%37.45%-
HSV(B)236.63º63.57%54.9%-
XYZ7.515.4325.46-
YUV64.08170.84118.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.65%
GREEN value IS 56 (22.27% from 255) = 22.67%
BLUE value IS 140 (55.08% from 255) = 56.68%
R=20.65%
G=22.67%
B=56.68%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal51561400.640.600.45236.6346.637.45
Hex33388C403C02Ded2f25
Octal6370214100740553555745
Binary110011111000100011001000000111100010110111101101101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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