Html Css Color HEX #323A9A Jacksons Purple

📋 copy color: '#323A9A'

red 50 ◦ green 58 ◦ blue 154

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

Shades of Jacksons Purple #323A9A

Tints of Jacksons Purple #323A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 58.78%

R = 19.08%
G = 22.14%
B = 58.78%

CMYK

 C value IS 0.68

 M value IS 0.62

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#323A9A (or 0x323A9A) is known color: Jacksons Purple. HEX triplet: 32, 3A and 9A. RGB value is (50,58,154). Sum of RGB (Red+Green+Blue) = 50+58+154=262 (34% of max value = 765). Red value is 50 (19.92% from 255 or 19.08% from 262); Green value is 58 (23.05% from 255 or 22.14% from 262); Blue value is 154 (60.55% from 255 or 58.78% from 262); Max value from RGB is 154 - color contains mainly: blue. Hex color #323A9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323A9A is #CDC565. Grayscale: #424242. Windows color (decimal): -13485414 or 10107442. OLE color: 10107442.

HSL color Cylindrical-coordinate representation of color #323A9A: hue angle of 235.38º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #323A9A is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 58 154 -
CMYK 0.68 0.62 0 0.40
HSL 235.38º 0.51% 0.4% -
HSV(B) 235.38º 0.68% 0.6% -
XYZ 8.66 6.04 31.28 -
YUV 66.55 177.35 116.19 -
System Red Green Blue C M Y K H S L
Decimal 50 58 154 0.68 0.62 0 0.40 235.38 0.51 0.4
Hex 32 3A 9A 44 3E 0 28 EB 33 28
Octal 62 72 232 104 76 0 50 353 63 50
Binary 110010 111010 10011010 1000100 111110 0 101000 11101011 110011 101000

Color Harmonies of #323A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323A9A

Black with #323A9A

Text Example


Text Example

White with #323A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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