Html Css Color HEX #323B93 Jacksons Purple

📋 copy color: '#323B93'

red 50 ◦ green 59 ◦ blue 147

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

Shades of Jacksons Purple #323B93

Tints of Jacksons Purple #323B93

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.05%

 BLUE value IS 147 (57.81% from 255) = 57.42%

R = 19.53%
G = 23.05%
B = 57.42%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#323B93 (or 0x323B93) is known color: Jacksons Purple. HEX triplet: 32, 3B and 93. RGB value is (50,59,147). Sum of RGB (Red+Green+Blue) = 50+59+147=256 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.53% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 147 (57.81% from 255 or 57.42% from 256); Max value from RGB is 147 - color contains mainly: blue. Hex color #323B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B93 is #CDC46C. Grayscale: #414141. Windows color (decimal): -13485165 or 9648946. OLE color: 9648946.

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

Color convert

RGB 50 59 147 -
CMYK 0.66 0.60 0 0.42
HSL 234.43º 0.49% 0.39% -
HSV(B) 234.43º 0.66% 0.58% -
XYZ 8.15 5.91 28.32 -
YUV 66.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 50 59 147 0.66 0.60 0 0.42 234.43 0.49 0.39
Hex 32 3B 93 42 3C 0 2A EA 31 27
Octal 62 73 223 102 74 0 52 352 61 47
Binary 110010 111011 10010011 1000010 111100 0 101010 11101010 110001 100111

Color Harmonies of #323B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B93

Black with #323B93

Text Example


Text Example

White with #323B93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,59,147); }

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

background-color css

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

 a { background-color: rgb(50,59,147); }

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

border-color css

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

 span { border-color: rgb(50,59,147); }

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