Html Css Color HEX #323A91 Jacksons Purple

📋 copy color: '#323A91'

red 50 ◦ green 58 ◦ blue 145

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

Shades of Jacksons Purple #323A91

Tints of Jacksons Purple #323A91

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.92%

 BLUE value IS 145 (57.03% from 255) = 57.31%

R = 19.76%
G = 22.92%
B = 57.31%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323A91 (or 0x323A91) is known color: Jacksons Purple. HEX triplet: 32, 3A and 91. RGB value is (50,58,145). Sum of RGB (Red+Green+Blue) = 50+58+145=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #323A91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A91 is #CDC56E. Grayscale: #414141. Windows color (decimal): -13485423 or 9517618. OLE color: 9517618.

HSL color Cylindrical-coordinate representation of color #323A91: hue angle of 234.95º 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 #323A91 is Cyan = 0.66, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 50 58 145 -
CMYK 0.66 0.6 0 0.43
HSL 234.95º 0.49% 0.38% -
HSV(B) 234.95º 0.66% 0.57% -
XYZ 7.94 5.75 27.48 -
YUV 65.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 50 58 145 0.66 0.6 0 0.43 234.95 0.49 0.38
Hex 32 3A 91 42 3C 0 2B EB 31 26
Octal 62 72 221 102 74 0 53 353 61 46
Binary 110010 111010 10010001 1000010 111100 0 101011 11101011 110001 100110

Color Harmonies of #323A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A91

Black with #323A91

Text Example


Text Example

White with #323A91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,58,145); }

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

background-color css

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

 a { background-color: rgb(50,58,145); }

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

border-color css

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

 span { border-color: rgb(50,58,145); }

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