Html Css Color HEX #313892 Jacksons Purple

📋 copy color: '#313892'

red 49 ◦ green 56 ◦ blue 146

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

Shades of Jacksons Purple #313892

Tints of Jacksons Purple #313892

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.31%

 BLUE value IS 146 (57.42% from 255) = 58.17%

R = 19.52%
G = 22.31%
B = 58.17%

CMYK

 C value IS 0.66

 M value IS 0.62

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313892 (or 0x313892) is known color: Jacksons Purple. HEX triplet: 31, 38 and 92. RGB value is (49,56,146). Sum of RGB (Red+Green+Blue) = 49+56+146=251 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.52% from 251); Green value is 56 (22.27% from 255 or 22.31% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #313892 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313892 is #CEC76D. Grayscale: #3F3F3F. Windows color (decimal): -13551470 or 9582641. OLE color: 9582641.

HSL color Cylindrical-coordinate representation of color #313892: hue angle of 235.67º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #313892 is Cyan = 0.66, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 56 146 -
CMYK 0.66 0.62 0 0.43
HSL 235.67º 0.5% 0.38% -
HSV(B) 235.67º 0.66% 0.57% -
XYZ 7.87 5.56 27.85 -
YUV 64.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 49 56 146 0.66 0.62 0 0.43 235.67 0.5 0.38
Hex 31 38 92 42 3E 0 2B EC 32 26
Octal 61 70 222 102 76 0 53 354 62 46
Binary 110001 111000 10010010 1000010 111110 0 101011 11101100 110010 100110

Color Harmonies of #313892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313892

Black with #313892

Text Example


Text Example

White with #313892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313892; }

 p { color: rgb(49,56,146); }

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

background-color css

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

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

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

border-color css

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

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

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