Html Css Color HEX #333695 Jacksons Purple

📋 copy color: '#333695'

red 51 ◦ green 54 ◦ blue 149

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

Shades of Jacksons Purple #333695

Tints of Jacksons Purple #333695

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 149 (58.59% from 255) = 58.66%

R = 20.08%
G = 21.26%
B = 58.66%

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

#333695 (or 0x333695) is known color: Jacksons Purple. HEX triplet: 33, 36 and 95. RGB value is (51,54,149). Sum of RGB (Red+Green+Blue) = 51+54+149=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #333695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333695 is #CCC96A. Grayscale: #3F3F3F. Windows color (decimal): -13420907 or 9778739. OLE color: 9778739.

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

Color convert

RGB 51 54 149 -
CMYK 0.66 0.64 0 0.42
HSL 238.16º 0.49% 0.39% -
HSV(B) 238.16º 0.66% 0.58% -
XYZ 8.11 5.51 29.07 -
YUV 63.93 176.01 118.78 -
System Red Green Blue C M Y K H S L
Decimal 51 54 149 0.66 0.64 0 0.42 238.16 0.49 0.39
Hex 33 36 95 42 40 0 2A EE 31 27
Octal 63 66 225 102 100 0 52 356 61 47
Binary 110011 110110 10010101 1000010 1000000 0 101010 11101110 110001 100111

Color Harmonies of #333695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333695

Black with #333695

Text Example


Text Example

White with #333695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333695; }

 p { color: rgb(51,54,149); }

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

background-color css

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

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

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

border-color css

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

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

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