Html Css Color HEX #323B88 Jacksons Purple

📋 copy color: '#323B88'

red 50 ◦ green 59 ◦ blue 136

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

Shades of Jacksons Purple #323B88

Tints of Jacksons Purple #323B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 55.51%

R = 20.41%
G = 24.08%
B = 55.51%

CMYK

 C value IS 0.63

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#323B88 (or 0x323B88) is known color: Jacksons Purple. HEX triplet: 32, 3B and 88. RGB value is (50,59,136). Sum of RGB (Red+Green+Blue) = 50+59+136=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 59 (23.44% from 255 or 24.08% from 245); Blue value is 136 (53.52% from 255 or 55.51% from 245); Max value from RGB is 136 - color contains mainly: blue. Hex color #323B88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323B88 is #CDC477. Grayscale: #404040. Windows color (decimal): -13485176 or 8928050. OLE color: 8928050.

HSL color Cylindrical-coordinate representation of color #323B88: hue angle of 233.72º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #323B88 is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 59 136 -
CMYK 0.63 0.57 0 0.47
HSL 233.72º 0.46% 0.36% -
HSV(B) 233.72º 0.63% 0.53% -
XYZ 7.32 5.58 23.98 -
YUV 65.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 50 59 136 0.63 0.57 0 0.47 233.72 0.46 0.36
Hex 32 3B 88 3F 39 0 2F EA 2E 24
Octal 62 73 210 77 71 0 57 352 56 44
Binary 110010 111011 10001000 111111 111001 0 101111 11101010 101110 100100

Color Harmonies of #323B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323B88

Black with #323B88

Text Example


Text Example

White with #323B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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