Html Css Color HEX #333796 Jacksons Purple

📋 copy color: '#333796'

red 51 ◦ green 55 ◦ blue 150

#333796
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jacksons Purple #333796

Tints of Jacksons Purple #333796

RGB

 RED value IS 51 (20.31% from 255) = 19.92%

 GREEN value IS 55 (21.88% from 255) = 21.48%

 BLUE value IS 150 (58.98% from 255) = 58.59%

R = 19.92%
G = 21.48%
B = 58.59%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#333796 (or 0x333796) is known color: Jacksons Purple. HEX triplet: 33, 37 and 96. RGB value is (51,55,150). Sum of RGB (Red+Green+Blue) = 51+55+150=256 (33% of max value = 765). Red value is 51 (20.31% from 255 or 19.92% from 256); Green value is 55 (21.88% from 255 or 21.48% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #333796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333796 is #CCC869. Grayscale: #404040. Windows color (decimal): -13420650 or 9844531. OLE color: 9844531.

HSL color Cylindrical-coordinate representation of color #333796: hue angle of 237.58º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333796 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 55 150 -
CMYK 0.66 0.63 0 0.41
HSL 237.58º 0.49% 0.39% -
HSV(B) 237.58º 0.66% 0.59% -
XYZ 8.24 5.64 29.51 -
YUV 64.63 176.17 118.28 -
System Red Green Blue C M Y K H S L
Decimal 51 55 150 0.66 0.63 0 0.41 237.58 0.49 0.39
Hex 33 37 96 42 3F 0 29 EE 31 27
Octal 63 67 226 102 77 0 51 356 61 47
Binary 110011 110111 10010110 1000010 111111 0 101001 11101110 110001 100111

Color Harmonies of #333796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333796

Black with #333796

Text Example


Text Example

White with #333796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333796; }

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

 H1.HeaderClassName
 {
   color: #333796;
 }
 .AnyTagClassName
 {
   color: #333796;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #333796;
 }
 .BgClassName
 {
   background-color: #333796;
 }
</style>

border-color css

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

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

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