Html Css Color HEX #313291 Jacksons Purple

📋 copy color: '#313291'

red 49 ◦ green 50 ◦ blue 145

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

Shades of Jacksons Purple #313291

Tints of Jacksons Purple #313291

RGB

 RED value IS 49 (19.53% from 255) = 20.08%

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

 BLUE value IS 145 (57.03% from 255) = 59.43%

R = 20.08%
G = 20.49%
B = 59.43%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313291 (or 0x313291) is known color: Jacksons Purple. HEX triplet: 31, 32 and 91. RGB value is (49,50,145). Sum of RGB (Red+Green+Blue) = 49+50+145=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 50 (19.92% from 255 or 20.49% from 244); Blue value is 145 (57.03% from 255 or 59.43% from 244); Max value from RGB is 145 - color contains mainly: blue. Hex color #313291 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313291 is #CECD6E. Grayscale: #3C3C3C. Windows color (decimal): -13553007 or 9515569. OLE color: 9515569.

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

Color convert

RGB 49 50 145 -
CMYK 0.66 0.66 0 0.43
HSL 239.38º 0.49% 0.38% -
HSV(B) 239.38º 0.66% 0.57% -
XYZ 7.52 4.98 27.35 -
YUV 60.53 175.67 119.78 -
System Red Green Blue C M Y K H S L
Decimal 49 50 145 0.66 0.66 0 0.43 239.38 0.49 0.38
Hex 31 32 91 42 42 0 2B EF 31 26
Octal 61 62 221 102 102 0 53 357 61 46
Binary 110001 110010 10010001 1000010 1000010 0 101011 11101111 110001 100110

Color Harmonies of #313291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313291

Black with #313291

Text Example


Text Example

White with #313291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313291; }

 p { color: rgb(49,50,145); }

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

background-color css

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

 a { background-color: rgb(49,50,145); }

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

border-color css

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

 span { border-color: rgb(49,50,145); }

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