Html Css Color HEX #333585 Jacksons Purple

📋 copy color: '#333585'

red 51 ◦ green 53 ◦ blue 133

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

Shades of Jacksons Purple #333585

Tints of Jacksons Purple #333585

RGB

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

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

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

R = 21.52%
G = 22.36%
B = 56.12%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#333585 (or 0x333585) is known color: Jacksons Purple. HEX triplet: 33, 35 and 85. RGB value is (51,53,133). Sum of RGB (Red+Green+Blue) = 51+53+133=237 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.52% from 237); Green value is 53 (21.09% from 255 or 22.36% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #333585 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333585 is #CCCA7A. Grayscale: #3D3D3D. Windows color (decimal): -13421179 or 8729907. OLE color: 8729907.

HSL color Cylindrical-coordinate representation of color #333585: hue angle of 238.54º 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 #333585 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 51 53 133 -
CMYK 0.62 0.60 0 0.48
HSL 238.54º 0.45% 0.36% -
HSV(B) 238.54º 0.62% 0.52% -
XYZ 6.87 4.94 22.78 -
YUV 61.52 168.34 120.5 -
System Red Green Blue C M Y K H S L
Decimal 51 53 133 0.62 0.60 0 0.48 238.54 0.45 0.36
Hex 33 35 85 3E 3C 0 30 EF 2D 24
Octal 63 65 205 76 74 0 60 357 55 44
Binary 110011 110101 10000101 111110 111100 0 110000 11101111 101101 100100

Color Harmonies of #333585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333585

Black with #333585

Text Example


Text Example

White with #333585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333585; }

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

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

background-color css

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

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

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

border-color css

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

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

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