Html Css Color HEX #31398A Jacksons Purple

📋 copy color: '#31398A'

red 49 ◦ green 57 ◦ blue 138

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

Shades of Jacksons Purple #31398A

Tints of Jacksons Purple #31398A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.36%

 BLUE value IS 138 (54.3% from 255) = 56.56%

R = 20.08%
G = 23.36%
B = 56.56%

CMYK

 C value IS 0.64

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31398A (or 0x31398A) is known color: Jacksons Purple. HEX triplet: 31, 39 and 8A. RGB value is (49,57,138). Sum of RGB (Red+Green+Blue) = 49+57+138=244 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.08% from 244); Green value is 57 (22.66% from 255 or 23.36% from 244); Blue value is 138 (54.30% from 255 or 56.56% from 244); Max value from RGB is 138 - color contains mainly: blue. Hex color #31398A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31398A is #CEC675. Grayscale: #3F3F3F. Windows color (decimal): -13551222 or 9058609. OLE color: 9058609.

HSL color Cylindrical-coordinate representation of color #31398A: hue angle of 234.61º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #31398A is Cyan = 0.64, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 57 138 -
CMYK 0.64 0.59 0 0.46
HSL 234.61º 0.48% 0.37% -
HSV(B) 234.61º 0.64% 0.54% -
XYZ 7.32 5.41 24.7 -
YUV 63.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 49 57 138 0.64 0.59 0 0.46 234.61 0.48 0.37
Hex 31 39 8A 40 3B 0 2E EB 30 25
Octal 61 71 212 100 73 0 56 353 60 45
Binary 110001 111001 10001010 1000000 111011 0 101110 11101011 110000 100101

Color Harmonies of #31398A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31398A

Black with #31398A

Text Example


Text Example

White with #31398A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31398A; }

 p { color: rgb(49,57,138); }

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

background-color css

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

 a { background-color: rgb(49,57,138); }

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

border-color css

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

 span { border-color: rgb(49,57,138); }

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