Html Css Color HEX #333693 Jacksons Purple

📋 copy color: '#333693'

red 51 ◦ green 54 ◦ blue 147

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

Shades of Jacksons Purple #333693

Tints of Jacksons Purple #333693

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 20.24%
G = 21.43%
B = 58.33%

CMYK

 C value IS 0.65

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333693 (or 0x333693) is known color: Jacksons Purple. HEX triplet: 33, 36 and 93. RGB value is (51,54,147). Sum of RGB (Red+Green+Blue) = 51+54+147=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 54 (21.48% from 255 or 21.43% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #333693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333693 is #CCC96C. Grayscale: #3F3F3F. Windows color (decimal): -13420909 or 9647667. OLE color: 9647667.

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

Color convert

RGB 51 54 147 -
CMYK 0.65 0.63 0 0.42
HSL 238.13º 0.48% 0.39% -
HSV(B) 238.13º 0.65% 0.58% -
XYZ 7.95 5.45 28.24 -
YUV 63.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 51 54 147 0.65 0.63 0 0.42 238.13 0.48 0.39
Hex 33 36 93 41 3F 0 2A EE 30 27
Octal 63 66 223 101 77 0 52 356 60 47
Binary 110011 110110 10010011 1000001 111111 0 101010 11101110 110000 100111

Color Harmonies of #333693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333693

Black with #333693

Text Example


Text Example

White with #333693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333693; }

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

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

background-color css

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

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

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

border-color css

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

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

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