Html Css Color HEX #333392 Jacksons Purple

📋 copy color: '#333392'

red 51 ◦ green 51 ◦ blue 146

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

Shades of Jacksons Purple #333392

Tints of Jacksons Purple #333392

RGB

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

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

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

R = 20.56%
G = 20.56%
B = 58.87%

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

#333392 (or 0x333392) is known color: Jacksons Purple. HEX triplet: 33, 33 and 92. RGB value is (51,51,146). Sum of RGB (Red+Green+Blue) = 51+51+146=248 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.56% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #333392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333392 is #CCCC6D. Grayscale: #3D3D3D. Windows color (decimal): -13421678 or 9581363. OLE color: 9581363.

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

Color convert

RGB 51 51 146 -
CMYK 0.65 0.65 0 0.43
HSL 240º 0.48% 0.39% -
HSV(B) 240º 0.65% 0.57% -
XYZ 7.74 5.15 27.78 -
YUV 61.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 51 51 146 0.65 0.65 0 0.43 240 0.48 0.39
Hex 33 33 92 41 41 0 2B F0 30 27
Octal 63 63 222 101 101 0 53 360 60 47
Binary 110011 110011 10010010 1000001 1000001 0 101011 11110000 110000 100111

Color Harmonies of #333392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333392

Black with #333392

Text Example


Text Example

White with #333392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333392; }

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

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

background-color css

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

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

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

border-color css

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

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

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