Html Css Color HEX #333391 Jacksons Purple

📋 copy color: '#333391'

red 51 ◦ green 51 ◦ blue 145

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

Shades of Jacksons Purple #333391

Tints of Jacksons Purple #333391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 20.65%

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

R = 20.65%
G = 20.65%
B = 58.7%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333391 (or 0x333391) is known color: Jacksons Purple. HEX triplet: 33, 33 and 91. RGB value is (51,51,145). Sum of RGB (Red+Green+Blue) = 51+51+145=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 145 (57.03% from 255 or 58.70% from 247); Max value from RGB is 145 - color contains mainly: blue. Hex color #333391 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333391 is #CCCC6E. Grayscale: #3D3D3D. Windows color (decimal): -13421679 or 9515827. OLE color: 9515827.

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

Color convert

RGB 51 51 145 -
CMYK 0.65 0.65 0 0.43
HSL 240º 0.48% 0.38% -
HSV(B) 240º 0.65% 0.57% -
XYZ 7.66 5.12 27.37 -
YUV 61.72 175 120.36 -
System Red Green Blue C M Y K H S L
Decimal 51 51 145 0.65 0.65 0 0.43 240 0.48 0.38
Hex 33 33 91 41 41 0 2B F0 30 26
Octal 63 63 221 101 101 0 53 360 60 46
Binary 110011 110011 10010001 1000001 1000001 0 101011 11110000 110000 100110

Color Harmonies of #333391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333391

Black with #333391

Text Example


Text Example

White with #333391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333391; }

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

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

background-color css

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

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

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

border-color css

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

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

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