Html Css Color HEX #333594 Jacksons Purple

📋 copy color: '#333594'

red 51 ◦ green 53 ◦ blue 148

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

Shades of Jacksons Purple #333594

Tints of Jacksons Purple #333594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 20.24%
G = 21.03%
B = 58.73%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333594 (or 0x333594) is known color: Jacksons Purple. HEX triplet: 33, 35 and 94. RGB value is (51,53,148). Sum of RGB (Red+Green+Blue) = 51+53+148=252 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.24% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #333594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333594 is #CCCA6B. Grayscale: #3E3E3E. Windows color (decimal): -13421164 or 9712947. OLE color: 9712947.

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

Color convert

RGB 51 53 148 -
CMYK 0.66 0.64 0 0.42
HSL 238.76º 0.49% 0.39% -
HSV(B) 238.76º 0.66% 0.58% -
XYZ 7.98 5.39 28.64 -
YUV 63.23 175.84 119.28 -
System Red Green Blue C M Y K H S L
Decimal 51 53 148 0.66 0.64 0 0.42 238.76 0.49 0.39
Hex 33 35 94 42 40 0 2A EF 31 27
Octal 63 65 224 102 100 0 52 357 61 47
Binary 110011 110101 10010100 1000010 1000000 0 101010 11101111 110001 100111

Color Harmonies of #333594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333594

Black with #333594

Text Example


Text Example

White with #333594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333594; }

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

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

background-color css

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

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

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

border-color css

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

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

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