Html Css Color HEX #323E8D Jacksons Purple

📋 copy color: '#323E8D'

red 50 ◦ green 62 ◦ blue 141

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

Shades of Jacksons Purple #323E8D

Tints of Jacksons Purple #323E8D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 24.51%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 19.76%
G = 24.51%
B = 55.73%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#323E8D (or 0x323E8D) is known color: Jacksons Purple. HEX triplet: 32, 3E and 8D. RGB value is (50,62,141). Sum of RGB (Red+Green+Blue) = 50+62+141=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #323E8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E8D is #CDC172. Grayscale: #434343. Windows color (decimal): -13484403 or 9256498. OLE color: 9256498.

HSL color Cylindrical-coordinate representation of color #323E8D: hue angle of 232.09º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #323E8D is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 62 141 -
CMYK 0.65 0.56 0 0.45
HSL 232.09º 0.48% 0.37% -
HSV(B) 232.09º 0.65% 0.55% -
XYZ 7.85 6.05 25.95 -
YUV 67.42 169.52 115.58 -
System Red Green Blue C M Y K H S L
Decimal 50 62 141 0.65 0.56 0 0.45 232.09 0.48 0.37
Hex 32 3E 8D 41 38 0 2D E8 30 25
Octal 62 76 215 101 70 0 55 350 60 45
Binary 110010 111110 10001101 1000001 111000 0 101101 11101000 110000 100101

Color Harmonies of #323E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323E8D

Black with #323E8D

Text Example


Text Example

White with #323E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323E8D; }

 p { color: rgb(50,62,141); }

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

background-color css

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

 a { background-color: rgb(50,62,141); }

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

border-color css

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

 span { border-color: rgb(50,62,141); }

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