Html Css Color HEX #333793 Jacksons Purple

📋 copy color: '#333793'

red 51 ◦ green 55 ◦ blue 147

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

Shades of Jacksons Purple #333793

Tints of Jacksons Purple #333793

RGB

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

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

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

R = 20.16%
G = 21.74%
B = 58.1%

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

#333793 (or 0x333793) is known color: Jacksons Purple. HEX triplet: 33, 37 and 93. RGB value is (51,55,147). Sum of RGB (Red+Green+Blue) = 51+55+147=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #333793 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333793 is #CCC86C. Grayscale: #3F3F3F. Windows color (decimal): -13420653 or 9647923. OLE color: 9647923.

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

Color convert

RGB 51 55 147 -
CMYK 0.65 0.63 0 0.42
HSL 237.5º 0.48% 0.39% -
HSV(B) 237.5º 0.65% 0.58% -
XYZ 8 5.54 28.25 -
YUV 64.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 51 55 147 0.65 0.63 0 0.42 237.5 0.48 0.39
Hex 33 37 93 41 3F 0 2A EE 30 27
Octal 63 67 223 101 77 0 52 356 60 47
Binary 110011 110111 10010011 1000001 111111 0 101010 11101110 110000 100111

Color Harmonies of #333793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333793

Black with #333793

Text Example


Text Example

White with #333793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333793; }

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

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

background-color css

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

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

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

border-color css

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

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

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