Html Css Color HEX #333786 Jacksons Purple

📋 copy color: '#333786'

red 51 ◦ green 55 ◦ blue 134

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

Shades of Jacksons Purple #333786

Tints of Jacksons Purple #333786

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.92%

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 21.25%
G = 22.92%
B = 55.83%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333786 (or 0x333786) is known color: Jacksons Purple. HEX triplet: 33, 37 and 86. RGB value is (51,55,134). Sum of RGB (Red+Green+Blue) = 51+55+134=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #333786 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333786 is #CCC879. Grayscale: #3E3E3E. Windows color (decimal): -13420666 or 8795955. OLE color: 8795955.

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

Color convert

RGB 51 55 134 -
CMYK 0.62 0.59 0 0.47
HSL 237.11º 0.45% 0.36% -
HSV(B) 237.11º 0.62% 0.53% -
XYZ 7.03 5.16 23.18 -
YUV 62.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 51 55 134 0.62 0.59 0 0.47 237.11 0.45 0.36
Hex 33 37 86 3E 3B 0 2F ED 2D 24
Octal 63 67 206 76 73 0 57 355 55 44
Binary 110011 110111 10000110 111110 111011 0 101111 11101101 101101 100100

Color Harmonies of #333786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333786

Black with #333786

Text Example


Text Example

White with #333786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333786; }

 p { color: rgb(51,55,134); }

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

background-color css

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

 a { background-color: rgb(51,55,134); }

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

border-color css

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

 span { border-color: rgb(51,55,134); }

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