Html Css Color HEX #333191 Jacksons Purple

📋 copy color: '#333191'

red 51 ◦ green 49 ◦ blue 145

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

Shades of Jacksons Purple #333191

Tints of Jacksons Purple #333191

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20%

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

R = 20.82%
G = 20%
B = 59.18%

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#333191 (or 0x333191) is known color: Jacksons Purple. HEX triplet: 33, 31 and 91. RGB value is (51,49,145). Sum of RGB (Red+Green+Blue) = 51+49+145=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 145 (57.03% from 255 or 59.18% from 245); Max value from RGB is 145 - color contains mainly: blue. Hex color #333191 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333191 is #CCCE6E. Grayscale: #3C3C3C. Windows color (decimal): -13422191 or 9515315. OLE color: 9515315.

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

Color convert

RGB 51 49 145 -
CMYK 0.65 0.66 0 0.43
HSL 241.25º 0.49% 0.38% -
HSV(B) 241.25º 0.66% 0.57% -
XYZ 7.57 4.94 27.34 -
YUV 60.54 175.66 121.19 -
System Red Green Blue C M Y K H S L
Decimal 51 49 145 0.65 0.66 0 0.43 241.25 0.49 0.38
Hex 33 31 91 41 42 0 2B F1 31 26
Octal 63 61 221 101 102 0 53 361 61 46
Binary 110011 110001 10010001 1000001 1000010 0 101011 11110001 110001 100110

Color Harmonies of #333191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333191

Black with #333191

Text Example


Text Example

White with #333191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333191; }

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

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

background-color css

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

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

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

border-color css

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

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

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