Html Css Color HEX #333593 Jacksons Purple

📋 copy color: '#333593'

red 51 ◦ green 53 ◦ blue 147

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

Shades of Jacksons Purple #333593

Tints of Jacksons Purple #333593

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

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

R = 20.32%
G = 21.12%
B = 58.57%

CMYK

 C value IS 0.65

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333593 (or 0x333593) is known color: Jacksons Purple. HEX triplet: 33, 35 and 93. RGB value is (51,53,147). Sum of RGB (Red+Green+Blue) = 51+53+147=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 147 (57.81% from 255 or 58.57% from 251); Max value from RGB is 147 - color contains mainly: blue. Hex color #333593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333593 is #CCCA6C. Grayscale: #3E3E3E. Windows color (decimal): -13421165 or 9647411. OLE color: 9647411.

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

Color convert

RGB 51 53 147 -
CMYK 0.65 0.64 0 0.42
HSL 238.75º 0.48% 0.39% -
HSV(B) 238.75º 0.65% 0.58% -
XYZ 7.9 5.36 28.22 -
YUV 63.12 175.34 119.36 -
System Red Green Blue C M Y K H S L
Decimal 51 53 147 0.65 0.64 0 0.42 238.75 0.48 0.39
Hex 33 35 93 41 40 0 2A EF 30 27
Octal 63 65 223 101 100 0 52 357 60 47
Binary 110011 110101 10010011 1000001 1000000 0 101010 11101111 110000 100111

Color Harmonies of #333593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333593

Black with #333593

Text Example


Text Example

White with #333593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333593; }

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

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

background-color css

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

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

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

border-color css

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

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

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