Html Css Color HEX #333694 Jacksons Purple

📋 copy color: '#333694'

red 51 ◦ green 54 ◦ blue 148

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

Shades of Jacksons Purple #333694

Tints of Jacksons Purple #333694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.5%

R = 20.16%
G = 21.34%
B = 58.5%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333694 (or 0x333694) is known color: Jacksons Purple. HEX triplet: 33, 36 and 94. RGB value is (51,54,148). Sum of RGB (Red+Green+Blue) = 51+54+148=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #333694 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333694 is #CCC96B. Grayscale: #3F3F3F. Windows color (decimal): -13420908 or 9713203. OLE color: 9713203.

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

Color convert

RGB 51 54 148 -
CMYK 0.66 0.64 0 0.42
HSL 238.14º 0.49% 0.39% -
HSV(B) 238.14º 0.66% 0.58% -
XYZ 8.03 5.48 28.65 -
YUV 63.82 175.51 118.86 -
System Red Green Blue C M Y K H S L
Decimal 51 54 148 0.66 0.64 0 0.42 238.14 0.49 0.39
Hex 33 36 94 42 40 0 2A EE 31 27
Octal 63 66 224 102 100 0 52 356 61 47
Binary 110011 110110 10010100 1000010 1000000 0 101010 11101110 110001 100111

Color Harmonies of #333694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333694

Black with #333694

Text Example


Text Example

White with #333694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333694; }

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

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

background-color css

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

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

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

border-color css

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

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

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