Html Css Color HEX #323C8B Jacksons Purple

📋 copy color: '#323C8B'

red 50 ◦ green 60 ◦ blue 139

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

Shades of Jacksons Purple #323C8B

Tints of Jacksons Purple #323C8B

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.1%

 BLUE value IS 139 (54.69% from 255) = 55.82%

R = 20.08%
G = 24.1%
B = 55.82%

CMYK

 C value IS 0.64

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#323C8B (or 0x323C8B) is known color: Jacksons Purple. HEX triplet: 32, 3C and 8B. RGB value is (50,60,139). Sum of RGB (Red+Green+Blue) = 50+60+139=249 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.08% from 249); Green value is 60 (23.83% from 255 or 24.10% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #323C8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323C8B is #CDC374. Grayscale: #414141. Windows color (decimal): -13484917 or 9124914. OLE color: 9124914.

HSL color Cylindrical-coordinate representation of color #323C8B: hue angle of 233.26º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323C8B is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 50 60 139 -
CMYK 0.64 0.57 0 0.45
HSL 233.26º 0.47% 0.37% -
HSV(B) 233.26º 0.64% 0.55% -
XYZ 7.59 5.77 25.14 -
YUV 66.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 50 60 139 0.64 0.57 0 0.45 233.26 0.47 0.37
Hex 32 3C 8B 40 39 0 2D E9 2F 25
Octal 62 74 213 100 71 0 55 351 57 45
Binary 110010 111100 10001011 1000000 111001 0 101101 11101001 101111 100101

Color Harmonies of #323C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323C8B

Black with #323C8B

Text Example


Text Example

White with #323C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,60,139); }

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

background-color css

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

 a { background-color: rgb(50,60,139); }

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

border-color css

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

 span { border-color: rgb(50,60,139); }

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