Html Css Color HEX #313183 Jacksons Purple

📋 copy color: '#313183'

red 49 ◦ green 49 ◦ blue 131

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

Shades of Jacksons Purple #313183

Tints of Jacksons Purple #313183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 131 (51.56% from 255) = 57.21%

R = 21.4%
G = 21.4%
B = 57.21%

CMYK

 C value IS 0.63

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313183 (or 0x313183) is known color: Jacksons Purple. HEX triplet: 31, 31 and 83. RGB value is (49,49,131). Sum of RGB (Red+Green+Blue) = 49+49+131=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 131 (51.56% from 255 or 57.21% from 229); Max value from RGB is 131 - color contains mainly: blue. Hex color #313183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313183 is #CECE7C. Grayscale: #3A3A3A. Windows color (decimal): -13553277 or 8597809. OLE color: 8597809.

HSL color Cylindrical-coordinate representation of color #313183: hue angle of 240º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313183 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 49 131 -
CMYK 0.63 0.63 0 0.49
HSL 240º 0.46% 0.35% -
HSV(B) 240º 0.63% 0.51% -
XYZ 6.46 4.49 22 -
YUV 58.35 169 121.33 -
System Red Green Blue C M Y K H S L
Decimal 49 49 131 0.63 0.63 0 0.49 240 0.46 0.35
Hex 31 31 83 3F 3F 0 31 F0 2E 23
Octal 61 61 203 77 77 0 61 360 56 43
Binary 110001 110001 10000011 111111 111111 0 110001 11110000 101110 100011

Color Harmonies of #313183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313183

Black with #313183

Text Example


Text Example

White with #313183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313183; }

 p { color: rgb(49,49,131); }

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

background-color css

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

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

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

border-color css

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

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

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