Html Css Color HEX #333896 Jacksons Purple

📋 copy color: '#333896'

red 51 ◦ green 56 ◦ blue 150

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

Shades of Jacksons Purple #333896

Tints of Jacksons Purple #333896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.79%

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

R = 19.84%
G = 21.79%
B = 58.37%

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

#333896 (or 0x333896) is known color: Jacksons Purple. HEX triplet: 33, 38 and 96. RGB value is (51,56,150). Sum of RGB (Red+Green+Blue) = 51+56+150=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 150 (58.98% from 255 or 58.37% from 257); Max value from RGB is 150 - color contains mainly: blue. Hex color #333896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333896 is #CCC769. Grayscale: #404040. Windows color (decimal): -13420394 or 9844787. OLE color: 9844787.

HSL color Cylindrical-coordinate representation of color #333896: hue angle of 236.97º 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 #333896 is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 51 56 150 -
CMYK 0.66 0.63 0 0.41
HSL 236.97º 0.49% 0.39% -
HSV(B) 236.97º 0.66% 0.59% -
XYZ 8.28 5.73 29.52 -
YUV 65.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 51 56 150 0.66 0.63 0 0.41 236.97 0.49 0.39
Hex 33 38 96 42 3F 0 29 ED 31 27
Octal 63 70 226 102 77 0 51 355 61 47
Binary 110011 111000 10010110 1000010 111111 0 101001 11101101 110001 100111

Color Harmonies of #333896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333896

Black with #333896

Text Example


Text Example

White with #333896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333896; }

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

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

background-color css

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

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

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

border-color css

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

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

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