Html Css Color HEX #312E88 Jacksons Purple

📋 copy color: '#312E88'

red 49 ◦ green 46 ◦ blue 136

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

Shades of Jacksons Purple #312E88

Tints of Jacksons Purple #312E88

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.91%

 BLUE value IS 136 (53.52% from 255) = 58.87%

R = 21.21%
G = 19.91%
B = 58.87%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#312E88 (or 0x312E88) is known color: Jacksons Purple. HEX triplet: 31, 2E and 88. RGB value is (49,46,136). Sum of RGB (Red+Green+Blue) = 49+46+136=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 136 (53.52% from 255 or 58.87% from 231); Max value from RGB is 136 - color contains mainly: blue. Hex color #312E88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #312E88 is #CED177. Grayscale: #383838. Windows color (decimal): -13554040 or 8924721. OLE color: 8924721.

HSL color Cylindrical-coordinate representation of color #312E88: hue angle of 242º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312E88 is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 49 46 136 -
CMYK 0.64 0.66 0 0.47
HSL 242º 0.49% 0.36% -
HSV(B) 242º 0.66% 0.53% -
XYZ 6.69 4.38 23.79 -
YUV 57.16 172.49 122.18 -
System Red Green Blue C M Y K H S L
Decimal 49 46 136 0.64 0.66 0 0.47 242 0.49 0.36
Hex 31 2E 88 40 42 0 2F F2 31 24
Octal 61 56 210 100 102 0 57 362 61 44
Binary 110001 101110 10001000 1000000 1000010 0 101111 11110010 110001 100100

Color Harmonies of #312E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312E88

Black with #312E88

Text Example


Text Example

White with #312E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #312E88; }

 p { color: rgb(49,46,136); }

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

background-color css

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

 a { background-color: rgb(49,46,136); }

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

border-color css

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

 span { border-color: rgb(49,46,136); }

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