Html Css Color HEX #333292 Jacksons Purple

📋 copy color: '#333292'

red 51 ◦ green 50 ◦ blue 146

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

Shades of Jacksons Purple #333292

Tints of Jacksons Purple #333292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.24%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 20.65%
G = 20.24%
B = 59.11%

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

#333292 (or 0x333292) is known color: Jacksons Purple. HEX triplet: 33, 32 and 92. RGB value is (51,50,146). Sum of RGB (Red+Green+Blue) = 51+50+146=247 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.65% from 247); Green value is 50 (19.92% from 255 or 20.24% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #333292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333292 is #CCCD6D. Grayscale: #3C3C3C. Windows color (decimal): -13421934 or 9581107. OLE color: 9581107.

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

Color convert

RGB 51 50 146 -
CMYK 0.65 0.66 0 0.43
HSL 240.63º 0.49% 0.38% -
HSV(B) 240.63º 0.66% 0.57% -
XYZ 7.69 5.06 27.77 -
YUV 61.24 175.83 120.69 -
System Red Green Blue C M Y K H S L
Decimal 51 50 146 0.65 0.66 0 0.43 240.63 0.49 0.38
Hex 33 32 92 41 42 0 2B F1 31 26
Octal 63 62 222 101 102 0 53 361 61 46
Binary 110011 110010 10010010 1000001 1000010 0 101011 11110001 110001 100110

Color Harmonies of #333292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333292

Black with #333292

Text Example


Text Example

White with #333292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333292; }

 p { color: rgb(51,50,146); }

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

background-color css

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

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

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

border-color css

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

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

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