Html Css Color HEX #333595 Jacksons Purple

📋 copy color: '#333595'

red 51 ◦ green 53 ◦ blue 149

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

Shades of Jacksons Purple #333595

Tints of Jacksons Purple #333595

RGB

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

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

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

R = 20.16%
G = 20.95%
B = 58.89%

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

#333595 (or 0x333595) is known color: Jacksons Purple. HEX triplet: 33, 35 and 95. RGB value is (51,53,149). Sum of RGB (Red+Green+Blue) = 51+53+149=253 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.16% from 253); Green value is 53 (21.09% from 255 or 20.95% from 253); Blue value is 149 (58.59% from 255 or 58.89% from 253); Max value from RGB is 149 - color contains mainly: blue. Hex color #333595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333595 is #CCCA6A. Grayscale: #3E3E3E. Windows color (decimal): -13421163 or 9778483. OLE color: 9778483.

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

Color convert

RGB 51 53 149 -
CMYK 0.66 0.64 0 0.42
HSL 238.78º 0.49% 0.39% -
HSV(B) 238.78º 0.66% 0.58% -
XYZ 8.06 5.42 29.05 -
YUV 63.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 51 53 149 0.66 0.64 0 0.42 238.78 0.49 0.39
Hex 33 35 95 42 40 0 2A EF 31 27
Octal 63 65 225 102 100 0 52 357 61 47
Binary 110011 110101 10010101 1000010 1000000 0 101010 11101111 110001 100111

Color Harmonies of #333595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333595

Black with #333595

Text Example


Text Example

White with #333595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333595; }

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

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

background-color css

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

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

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

border-color css

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

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

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