Html Css Color HEX #333791 Jacksons Purple

📋 copy color: '#333791'

red 51 ◦ green 55 ◦ blue 145

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

Shades of Jacksons Purple #333791

Tints of Jacksons Purple #333791

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 57.77%

R = 20.32%
G = 21.91%
B = 57.77%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333791 (or 0x333791) is known color: Jacksons Purple. HEX triplet: 33, 37 and 91. RGB value is (51,55,145). Sum of RGB (Red+Green+Blue) = 51+55+145=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 55 (21.88% from 255 or 21.91% from 251); Blue value is 145 (57.03% from 255 or 57.77% from 251); Max value from RGB is 145 - color contains mainly: blue. Hex color #333791 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333791 is #CCC86E. Grayscale: #3F3F3F. Windows color (decimal): -13420655 or 9516851. OLE color: 9516851.

HSL color Cylindrical-coordinate representation of color #333791: hue angle of 237.45º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #333791 is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 51 55 145 -
CMYK 0.65 0.62 0 0.43
HSL 237.45º 0.48% 0.38% -
HSV(B) 237.45º 0.65% 0.57% -
XYZ 7.84 5.48 27.43 -
YUV 64.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 51 55 145 0.65 0.62 0 0.43 237.45 0.48 0.38
Hex 33 37 91 41 3E 0 2B ED 30 26
Octal 63 67 221 101 76 0 53 355 60 46
Binary 110011 110111 10010001 1000001 111110 0 101011 11101101 110000 100110

Color Harmonies of #333791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333791

Black with #333791

Text Example


Text Example

White with #333791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333791; }

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

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

background-color css

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

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

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

border-color css

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

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

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