Html Css Color HEX #31368C Jacksons Purple

📋 copy color: '#31368C'

red 49 ◦ green 54 ◦ blue 140

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

Shades of Jacksons Purple #31368C

Tints of Jacksons Purple #31368C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.22%

 BLUE value IS 140 (55.08% from 255) = 57.61%

R = 20.16%
G = 22.22%
B = 57.61%

CMYK

 C value IS 0.65

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31368C (or 0x31368C) is known color: Jacksons Purple. HEX triplet: 31, 36 and 8C. RGB value is (49,54,140). Sum of RGB (Red+Green+Blue) = 49+54+140=243 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.16% from 243); Green value is 54 (21.48% from 255 or 22.22% from 243); Blue value is 140 (55.08% from 255 or 57.61% from 243); Max value from RGB is 140 - color contains mainly: blue. Hex color #31368C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31368C is #CEC973. Grayscale: #3D3D3D. Windows color (decimal): -13551988 or 9188913. OLE color: 9188913.

HSL color Cylindrical-coordinate representation of color #31368C: hue angle of 236.7º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31368C is Cyan = 0.65, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 54 140 -
CMYK 0.65 0.61 0 0.45
HSL 236.7º 0.48% 0.37% -
HSV(B) 236.7º 0.65% 0.55% -
XYZ 7.32 5.18 25.43 -
YUV 62.31 171.84 118.51 -
System Red Green Blue C M Y K H S L
Decimal 49 54 140 0.65 0.61 0 0.45 236.7 0.48 0.37
Hex 31 36 8C 41 3D 0 2D ED 30 25
Octal 61 66 214 101 75 0 55 355 60 45
Binary 110001 110110 10001100 1000001 111101 0 101101 11101101 110000 100101

Color Harmonies of #31368C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31368C

Black with #31368C

Text Example


Text Example

White with #31368C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31368C; }

 p { color: rgb(49,54,140); }

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

background-color css

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

 a { background-color: rgb(49,54,140); }

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

border-color css

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

 span { border-color: rgb(49,54,140); }

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