Html Css Color HEX #323D92 Jacksons Purple

📋 copy color: '#323D92'

red 50 ◦ green 61 ◦ blue 146

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

Shades of Jacksons Purple #323D92

Tints of Jacksons Purple #323D92

RGB

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

 GREEN value IS 61 (24.22% from 255) = 23.74%

 BLUE value IS 146 (57.42% from 255) = 56.81%

R = 19.46%
G = 23.74%
B = 56.81%

CMYK

 C value IS 0.66

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323D92 (or 0x323D92) is known color: Jacksons Purple. HEX triplet: 32, 3D and 92. RGB value is (50,61,146). Sum of RGB (Red+Green+Blue) = 50+61+146=257 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.46% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #323D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D92 is #CDC26D. Grayscale: #434343. Windows color (decimal): -13484654 or 9583922. OLE color: 9583922.

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

Color convert

RGB 50 61 146 -
CMYK 0.66 0.58 0 0.43
HSL 233.13º 0.49% 0.38% -
HSV(B) 233.13º 0.66% 0.57% -
XYZ 8.17 6.09 27.94 -
YUV 67.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 50 61 146 0.66 0.58 0 0.43 233.13 0.49 0.38
Hex 32 3D 92 42 3A 0 2B E9 31 26
Octal 62 75 222 102 72 0 53 351 61 46
Binary 110010 111101 10010010 1000010 111010 0 101011 11101001 110001 100110

Color Harmonies of #323D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D92

Black with #323D92

Text Example


Text Example

White with #323D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,146); }

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

background-color css

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

 a { background-color: rgb(50,61,146); }

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

border-color css

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

 span { border-color: rgb(50,61,146); }

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