Html Css Color HEX #333494 Jacksons Purple

📋 copy color: '#333494'

red 51 ◦ green 52 ◦ blue 148

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

Shades of Jacksons Purple #333494

Tints of Jacksons Purple #333494

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.72%

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

R = 20.32%
G = 20.72%
B = 58.96%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#333494 (or 0x333494) is known color: Jacksons Purple. HEX triplet: 33, 34 and 94. RGB value is (51,52,148). Sum of RGB (Red+Green+Blue) = 51+52+148=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 52 (20.70% from 255 or 20.72% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #333494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333494 is #CCCB6B. Grayscale: #3E3E3E. Windows color (decimal): -13421420 or 9712691. OLE color: 9712691.

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

Color convert

RGB 51 52 148 -
CMYK 0.66 0.65 0 0.42
HSL 239.38º 0.49% 0.39% -
HSV(B) 239.38º 0.66% 0.58% -
XYZ 7.94 5.3 28.62 -
YUV 62.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 51 52 148 0.66 0.65 0 0.42 239.38 0.49 0.39
Hex 33 34 94 42 41 0 2A EF 31 27
Octal 63 64 224 102 101 0 52 357 61 47
Binary 110011 110100 10010100 1000010 1000001 0 101010 11101111 110001 100111

Color Harmonies of #333494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333494

Black with #333494

Text Example


Text Example

White with #333494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333494; }

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

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

background-color css

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

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

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

border-color css

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

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

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