Html Css Color HEX #333794 Jacksons Purple

📋 copy color: '#333794'

red 51 ◦ green 55 ◦ blue 148

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

Shades of Jacksons Purple #333794

Tints of Jacksons Purple #333794

RGB

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

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

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

R = 20.08%
G = 21.65%
B = 58.27%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333794 (or 0x333794) is known color: Jacksons Purple. HEX triplet: 33, 37 and 94. RGB value is (51,55,148). Sum of RGB (Red+Green+Blue) = 51+55+148=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #333794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333794 is #CCC86B. Grayscale: #404040. Windows color (decimal): -13420652 or 9713459. OLE color: 9713459.

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

Color convert

RGB 51 55 148 -
CMYK 0.66 0.63 0 0.42
HSL 237.53º 0.49% 0.39% -
HSV(B) 237.53º 0.66% 0.58% -
XYZ 8.08 5.57 28.67 -
YUV 64.41 175.17 118.44 -
System Red Green Blue C M Y K H S L
Decimal 51 55 148 0.66 0.63 0 0.42 237.53 0.49 0.39
Hex 33 37 94 42 3F 0 2A EE 31 27
Octal 63 67 224 102 77 0 52 356 61 47
Binary 110011 110111 10010100 1000010 111111 0 101010 11101110 110001 100111

Color Harmonies of #333794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333794

Black with #333794

Text Example


Text Example

White with #333794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333794; }

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

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

background-color css

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

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

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

border-color css

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

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

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