Html Css Color HEX #323C90 Jacksons Purple

📋 copy color: '#323C90'

red 50 ◦ green 60 ◦ blue 144

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

Shades of Jacksons Purple #323C90

Tints of Jacksons Purple #323C90

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 144 (56.64% from 255) = 56.69%

R = 19.69%
G = 23.62%
B = 56.69%

CMYK

 C value IS 0.65

 M value IS 0.58

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#323C90 (or 0x323C90) is known color: Jacksons Purple. HEX triplet: 32, 3C and 90. RGB value is (50,60,144). Sum of RGB (Red+Green+Blue) = 50+60+144=254 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.69% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #323C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C90 is #CDC36F. Grayscale: #424242. Windows color (decimal): -13484912 or 9452594. OLE color: 9452594.

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

Color convert

RGB 50 60 144 -
CMYK 0.65 0.58 0 0.44
HSL 233.62º 0.48% 0.38% -
HSV(B) 233.62º 0.65% 0.56% -
XYZ 7.97 5.92 27.11 -
YUV 66.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 50 60 144 0.65 0.58 0 0.44 233.62 0.48 0.38
Hex 32 3C 90 41 3A 0 2C EA 30 26
Octal 62 74 220 101 72 0 54 352 60 46
Binary 110010 111100 10010000 1000001 111010 0 101100 11101010 110000 100110

Color Harmonies of #323C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C90

Black with #323C90

Text Example


Text Example

White with #323C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,144); }

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

background-color css

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

 a { background-color: rgb(50,60,144); }

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

border-color css

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

 span { border-color: rgb(50,60,144); }

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