Html Css Color HEX #333696 Jacksons Purple

📋 copy color: '#333696'

red 51 ◦ green 54 ◦ blue 150

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

Shades of Jacksons Purple #333696

Tints of Jacksons Purple #333696

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.18%

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

R = 20%
G = 21.18%
B = 58.82%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#333696 (or 0x333696) is known color: Jacksons Purple. HEX triplet: 33, 36 and 96. RGB value is (51,54,150). Sum of RGB (Red+Green+Blue) = 51+54+150=255 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20% from 255); Green value is 54 (21.48% from 255 or 21.18% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #333696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333696 is #CCC969. Grayscale: #3F3F3F. Windows color (decimal): -13420906 or 9844275. OLE color: 9844275.

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

Color convert

RGB 51 54 150 -
CMYK 0.66 0.64 0 0.41
HSL 238.18º 0.49% 0.39% -
HSV(B) 238.18º 0.66% 0.59% -
XYZ 8.19 5.54 29.49 -
YUV 64.05 176.51 118.69 -
System Red Green Blue C M Y K H S L
Decimal 51 54 150 0.66 0.64 0 0.41 238.18 0.49 0.39
Hex 33 36 96 42 40 0 29 EE 31 27
Octal 63 66 226 102 100 0 51 356 61 47
Binary 110011 110110 10010110 1000010 1000000 0 101001 11101110 110001 100111

Color Harmonies of #333696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333696

Black with #333696

Text Example


Text Example

White with #333696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333696; }

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

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

background-color css

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

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

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

border-color css

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

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

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