Html Css Color HEX #333393 Jacksons Purple

📋 copy color: '#333393'

red 51 ◦ green 51 ◦ blue 147

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

Shades of Jacksons Purple #333393

Tints of Jacksons Purple #333393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 59.04%

R = 20.48%
G = 20.48%
B = 59.04%

CMYK

 C value IS 0.65

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333393 (or 0x333393) is known color: Jacksons Purple. HEX triplet: 33, 33 and 93. RGB value is (51,51,147). Sum of RGB (Red+Green+Blue) = 51+51+147=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 147 (57.81% from 255 or 59.04% from 249); Max value from RGB is 147 - color contains mainly: blue. Hex color #333393 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333393 is #CCCC6C. Grayscale: #3D3D3D. Windows color (decimal): -13421677 or 9646899. OLE color: 9646899.

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

Color convert

RGB 51 51 147 -
CMYK 0.65 0.65 0 0.42
HSL 240º 0.48% 0.39% -
HSV(B) 240º 0.65% 0.58% -
XYZ 7.82 5.18 28.19 -
YUV 61.94 176 120.19 -
System Red Green Blue C M Y K H S L
Decimal 51 51 147 0.65 0.65 0 0.42 240 0.48 0.39
Hex 33 33 93 41 41 0 2A F0 30 27
Octal 63 63 223 101 101 0 52 360 60 47
Binary 110011 110011 10010011 1000001 1000001 0 101010 11110000 110000 100111

Color Harmonies of #333393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333393

Black with #333393

Text Example


Text Example

White with #333393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333393; }

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

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

background-color css

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

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

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

border-color css

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

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

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