Html Css Color HEX #323385 Jacksons Purple

📋 copy color: '#323385'

red 50 ◦ green 51 ◦ blue 133

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

Shades of Jacksons Purple #323385

Tints of Jacksons Purple #323385

RGB

 RED value IS 50 (19.92% from 255) = 21.37%

 GREEN value IS 51 (20.31% from 255) = 21.79%

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

R = 21.37%
G = 21.79%
B = 56.84%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323385 (or 0x323385) is known color: Jacksons Purple. HEX triplet: 32, 33 and 85. RGB value is (50,51,133). Sum of RGB (Red+Green+Blue) = 50+51+133=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 133 (52.34% from 255 or 56.84% from 234); Max value from RGB is 133 - color contains mainly: blue. Hex color #323385 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323385 is #CDCC7A. Grayscale: #3B3B3B. Windows color (decimal): -13487227 or 8729394. OLE color: 8729394.

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

Color convert

RGB 50 51 133 -
CMYK 0.62 0.62 0 0.48
HSL 239.28º 0.45% 0.36% -
HSV(B) 239.28º 0.62% 0.52% -
XYZ 6.73 4.74 22.75 -
YUV 60.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 50 51 133 0.62 0.62 0 0.48 239.28 0.45 0.36
Hex 32 33 85 3E 3E 0 30 EF 2D 24
Octal 62 63 205 76 76 0 60 357 55 44
Binary 110010 110011 10000101 111110 111110 0 110000 11101111 101101 100100

Color Harmonies of #323385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323385

Black with #323385

Text Example


Text Example

White with #323385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323385; }

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

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

background-color css

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

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

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

border-color css

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

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

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