Html Css Color HEX #333086 Jacksons Purple

📋 copy color: '#333086'

red 51 ◦ green 48 ◦ blue 134

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

Shades of Jacksons Purple #333086

Tints of Jacksons Purple #333086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 21.89%
G = 20.6%
B = 57.51%

CMYK

 C value IS 0.62

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#333086 (or 0x333086) is known color: Jacksons Purple. HEX triplet: 33, 30 and 86. RGB value is (51,48,134). Sum of RGB (Red+Green+Blue) = 51+48+134=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 134 (52.73% from 255 or 57.51% from 233); Max value from RGB is 134 - color contains mainly: blue. Hex color #333086 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333086 is #CCCF79. Grayscale: #3A3A3A. Windows color (decimal): -13422458 or 8794163. OLE color: 8794163.

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

Color convert

RGB 51 48 134 -
CMYK 0.62 0.64 0 0.47
HSL 242.09º 0.47% 0.36% -
HSV(B) 242.09º 0.64% 0.53% -
XYZ 6.73 4.54 23.08 -
YUV 58.7 170.49 122.51 -
System Red Green Blue C M Y K H S L
Decimal 51 48 134 0.62 0.64 0 0.47 242.09 0.47 0.36
Hex 33 30 86 3E 40 0 2F F2 2F 24
Octal 63 60 206 76 100 0 57 362 57 44
Binary 110011 110000 10000110 111110 1000000 0 101111 11110010 101111 100100

Color Harmonies of #333086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333086

Black with #333086

Text Example


Text Example

White with #333086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333086; }

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

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

background-color css

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

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

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

border-color css

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

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

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