Html Css Color HEX #31368F Jacksons Purple

📋 copy color: '#31368F'

red 49 ◦ green 54 ◦ blue 143

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

Shades of Jacksons Purple #31368F

Tints of Jacksons Purple #31368F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 58.13%

R = 19.92%
G = 21.95%
B = 58.13%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#31368F (or 0x31368F) is known color: Jacksons Purple. HEX triplet: 31, 36 and 8F. RGB value is (49,54,143). Sum of RGB (Red+Green+Blue) = 49+54+143=246 (32% of max value = 765). Red value is 49 (19.53% from 255 or 19.92% from 246); Green value is 54 (21.48% from 255 or 21.95% from 246); Blue value is 143 (56.25% from 255 or 58.13% from 246); Max value from RGB is 143 - color contains mainly: blue. Hex color #31368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31368F is #CEC970. Grayscale: #3E3E3E. Windows color (decimal): -13551985 or 9385521. OLE color: 9385521.

HSL color Cylindrical-coordinate representation of color #31368F: hue angle of 236.81º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #31368F is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 49 54 143 -
CMYK 0.66 0.62 0 0.44
HSL 236.81º 0.49% 0.38% -
HSV(B) 236.81º 0.66% 0.56% -
XYZ 7.54 5.27 26.61 -
YUV 62.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 49 54 143 0.66 0.62 0 0.44 236.81 0.49 0.38
Hex 31 36 8F 42 3E 0 2C ED 31 26
Octal 61 66 217 102 76 0 54 355 61 46
Binary 110001 110110 10001111 1000010 111110 0 101100 11101101 110001 100110

Color Harmonies of #31368F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31368F

Black with #31368F

Text Example


Text Example

White with #31368F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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