Html Css Color HEX #333485 Jacksons Purple

📋 copy color: '#333485'

red 51 ◦ green 52 ◦ blue 133

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

Shades of Jacksons Purple #333485

Tints of Jacksons Purple #333485

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.03%

 BLUE value IS 133 (52.34% from 255) = 56.36%

R = 21.61%
G = 22.03%
B = 56.36%

CMYK

 C value IS 0.62

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333485 (or 0x333485) is known color: Jacksons Purple. HEX triplet: 33, 34 and 85. RGB value is (51,52,133). Sum of RGB (Red+Green+Blue) = 51+52+133=236 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.61% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 133 (52.34% from 255 or 56.36% from 236); Max value from RGB is 133 - color contains mainly: blue. Hex color #333485 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333485 is #CCCB7A. Grayscale: #3C3C3C. Windows color (decimal): -13421435 or 8729651. OLE color: 8729651.

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

Color convert

RGB 51 52 133 -
CMYK 0.62 0.61 0 0.48
HSL 239.27º 0.45% 0.36% -
HSV(B) 239.27º 0.62% 0.52% -
XYZ 6.83 4.85 22.77 -
YUV 60.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 51 52 133 0.62 0.61 0 0.48 239.27 0.45 0.36
Hex 33 34 85 3E 3D 0 30 EF 2D 24
Octal 63 64 205 76 75 0 60 357 55 44
Binary 110011 110100 10000101 111110 111101 0 110000 11101111 101101 100100

Color Harmonies of #333485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333485

Black with #333485

Text Example


Text Example

White with #333485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333485; }

 p { color: rgb(51,52,133); }

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

background-color css

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

 a { background-color: rgb(51,52,133); }

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

border-color css

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

 span { border-color: rgb(51,52,133); }

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