Html Css Color HEX #323D85 Jacksons Purple

📋 copy color: '#323D85'

red 50 ◦ green 61 ◦ blue 133

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

Shades of Jacksons Purple #323D85

Tints of Jacksons Purple #323D85

RGB

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

 GREEN value IS 61 (24.22% from 255) = 25%

 BLUE value IS 133 (52.34% from 255) = 54.51%

R = 20.49%
G = 25%
B = 54.51%

CMYK

 C value IS 0.62

 M value IS 0.54

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#323D85 (or 0x323D85) is known color: Jacksons Purple. HEX triplet: 32, 3D and 85. RGB value is (50,61,133). Sum of RGB (Red+Green+Blue) = 50+61+133=244 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.49% from 244); Green value is 61 (24.22% from 255 or 25% from 244); Blue value is 133 (52.34% from 255 or 54.51% from 244); Max value from RGB is 133 - color contains mainly: blue. Hex color #323D85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D85 is #CDC27A. Grayscale: #414141. Windows color (decimal): -13484667 or 8731954. OLE color: 8731954.

HSL color Cylindrical-coordinate representation of color #323D85: hue angle of 232.05º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323D85 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 50 61 133 -
CMYK 0.62 0.54 0 0.48
HSL 232.05º 0.45% 0.36% -
HSV(B) 232.05º 0.62% 0.52% -
XYZ 7.22 5.71 22.91 -
YUV 65.92 165.86 116.65 -
System Red Green Blue C M Y K H S L
Decimal 50 61 133 0.62 0.54 0 0.48 232.05 0.45 0.36
Hex 32 3D 85 3E 36 0 30 E8 2D 24
Octal 62 75 205 76 66 0 60 350 55 44
Binary 110010 111101 10000101 111110 110110 0 110000 11101000 101101 100100

Color Harmonies of #323D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323D85

Black with #323D85

Text Example


Text Example

White with #323D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,61,133); }

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

background-color css

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

 a { background-color: rgb(50,61,133); }

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

border-color css

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

 span { border-color: rgb(50,61,133); }

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