Html Css Color HEX #333287 Jacksons Purple

📋 copy color: '#333287'

red 51 ◦ green 50 ◦ blue 135

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

Shades of Jacksons Purple #333287

Tints of Jacksons Purple #333287

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.19%

 BLUE value IS 135 (53.13% from 255) = 57.2%

R = 21.61%
G = 21.19%
B = 57.2%

CMYK

 C value IS 0.62

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333287 (or 0x333287) is known color: Jacksons Purple. HEX triplet: 33, 32 and 87. RGB value is (51,50,135). Sum of RGB (Red+Green+Blue) = 51+50+135=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 50 (19.92% from 255 or 21.19% from 236); Blue value is 135 (53.12% from 255 or 57.20% from 236); Max value from RGB is 135 - color contains mainly: blue. Hex color #333287 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333287 is #CCCD78. Grayscale: #3B3B3B. Windows color (decimal): -13421945 or 8860211. OLE color: 8860211.

HSL color Cylindrical-coordinate representation of color #333287: hue angle of 240.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #333287 is Cyan = 0.62, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 51 50 135 -
CMYK 0.62 0.63 0 0.47
HSL 240.71º 0.46% 0.36% -
HSV(B) 240.71º 0.63% 0.53% -
XYZ 6.88 4.73 23.47 -
YUV 59.99 170.33 121.59 -
System Red Green Blue C M Y K H S L
Decimal 51 50 135 0.62 0.63 0 0.47 240.71 0.46 0.36
Hex 33 32 87 3E 3F 0 2F F1 2E 24
Octal 63 62 207 76 77 0 57 361 56 44
Binary 110011 110010 10000111 111110 111111 0 101111 11110001 101110 100100

Color Harmonies of #333287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333287

Black with #333287

Text Example


Text Example

White with #333287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333287; }

 p { color: rgb(51,50,135); }

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

background-color css

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

 a { background-color: rgb(51,50,135); }

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

border-color css

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

 span { border-color: rgb(51,50,135); }

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