Html Css Color HEX #312B7F Jacksons Purple

📋 copy color: '#312B7F'

red 49 ◦ green 43 ◦ blue 127

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

Shades of Jacksons Purple #312B7F

Tints of Jacksons Purple #312B7F

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.63%

 BLUE value IS 127 (50% from 255) = 57.99%

R = 22.37%
G = 19.63%
B = 57.99%

CMYK

 C value IS 0.61

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#312B7F (or 0x312B7F) is known color: Jacksons Purple. HEX triplet: 31, 2B and 7F. RGB value is (49,43,127). Sum of RGB (Red+Green+Blue) = 49+43+127=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 43 (17.19% from 255 or 19.63% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #312B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #312B7F is #CED480. Grayscale: #363636. Windows color (decimal): -13554817 or 8334129. OLE color: 8334129.

HSL color Cylindrical-coordinate representation of color #312B7F: hue angle of 244.29º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #312B7F is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 49 43 127 -
CMYK 0.61 0.66 0 0.50
HSL 244.29º 0.49% 0.33% -
HSV(B) 244.29º 0.66% 0.5% -
XYZ 5.96 3.91 20.52 -
YUV 54.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 49 43 127 0.61 0.66 0 0.50 244.29 0.49 0.33
Hex 31 2B 7F 3D 42 0 32 F4 31 21
Octal 61 53 177 75 102 0 62 364 61 41
Binary 110001 101011 1111111 111101 1000010 0 110010 11110100 110001 100001

Color Harmonies of #312B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #312B7F

Black with #312B7F

Text Example


Text Example

White with #312B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,43,127); }

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

background-color css

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

 a { background-color: rgb(49,43,127); }

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

border-color css

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

 span { border-color: rgb(49,43,127); }

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