Html Css Color HEX #323C94 Jacksons Purple

📋 copy color: '#323C94'

red 50 ◦ green 60 ◦ blue 148

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

Shades of Jacksons Purple #323C94

Tints of Jacksons Purple #323C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.36%

R = 19.38%
G = 23.26%
B = 57.36%

CMYK

 C value IS 0.66

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323C94 (or 0x323C94) is known color: Jacksons Purple. HEX triplet: 32, 3C and 94. RGB value is (50,60,148). Sum of RGB (Red+Green+Blue) = 50+60+148=258 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.38% from 258); Green value is 60 (23.83% from 255 or 23.26% from 258); Blue value is 148 (58.20% from 255 or 57.36% from 258); Max value from RGB is 148 - color contains mainly: blue. Hex color #323C94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C94 is #CDC36B. Grayscale: #424242. Windows color (decimal): -13484908 or 9714738. OLE color: 9714738.

HSL color Cylindrical-coordinate representation of color #323C94: hue angle of 233.88º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #323C94 is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 50 60 148 -
CMYK 0.66 0.59 0 0.42
HSL 233.88º 0.49% 0.39% -
HSV(B) 233.88º 0.66% 0.58% -
XYZ 8.28 6.05 28.75 -
YUV 67.04 173.69 115.84 -
System Red Green Blue C M Y K H S L
Decimal 50 60 148 0.66 0.59 0 0.42 233.88 0.49 0.39
Hex 32 3C 94 42 3B 0 2A EA 31 27
Octal 62 74 224 102 73 0 52 352 61 47
Binary 110010 111100 10010100 1000010 111011 0 101010 11101010 110001 100111

Color Harmonies of #323C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C94

Black with #323C94

Text Example


Text Example

White with #323C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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