Html Css Color HEX #323B92 Jacksons Purple

📋 copy color: '#323B92'

red 50 ◦ green 59 ◦ blue 146

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

Shades of Jacksons Purple #323B92

Tints of Jacksons Purple #323B92

RGB

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

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

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

R = 19.61%
G = 23.14%
B = 57.25%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#323B92 (or 0x323B92) is known color: Jacksons Purple. HEX triplet: 32, 3B and 92. RGB value is (50,59,146). Sum of RGB (Red+Green+Blue) = 50+59+146=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #323B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B92 is #CDC46D. Grayscale: #414141. Windows color (decimal): -13485166 or 9583410. OLE color: 9583410.

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

Color convert

RGB 50 59 146 -
CMYK 0.66 0.60 0 0.43
HSL 234.38º 0.49% 0.38% -
HSV(B) 234.38º 0.66% 0.57% -
XYZ 8.07 5.88 27.9 -
YUV 66.23 173.02 116.43 -
System Red Green Blue C M Y K H S L
Decimal 50 59 146 0.66 0.60 0 0.43 234.38 0.49 0.38
Hex 32 3B 92 42 3C 0 2B EA 31 26
Octal 62 73 222 102 74 0 53 352 61 46
Binary 110010 111011 10010010 1000010 111100 0 101011 11101010 110001 100110

Color Harmonies of #323B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B92

Black with #323B92

Text Example


Text Example

White with #323B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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