Html Css Color HEX #313B92 Jacksons Purple

📋 copy color: '#313B92'

red 49 ◦ green 59 ◦ blue 146

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

Shades of Jacksons Purple #313B92

Tints of Jacksons Purple #313B92

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.23%

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

R = 19.29%
G = 23.23%
B = 57.48%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313B92 (or 0x313B92) is known color: Jacksons Purple. HEX triplet: 31, 3B and 92. RGB value is (49,59,146). Sum of RGB (Red+Green+Blue) = 49+59+146=254 (33% of max value = 765). Red value is 49 (19.53% from 255 or 19.29% from 254); Green value is 59 (23.44% from 255 or 23.23% from 254); Blue value is 146 (57.42% from 255 or 57.48% from 254); Max value from RGB is 146 - color contains mainly: blue. Hex color #313B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313B92 is #CEC46D. Grayscale: #414141. Windows color (decimal): -13550702 or 9583409. OLE color: 9583409.

HSL color Cylindrical-coordinate representation of color #313B92: hue angle of 233.81º 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 #313B92 is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 49 59 146 -
CMYK 0.66 0.60 0 0.43
HSL 233.81º 0.5% 0.38% -
HSV(B) 233.81º 0.66% 0.57% -
XYZ 8.02 5.86 27.9 -
YUV 65.93 173.19 115.93 -
System Red Green Blue C M Y K H S L
Decimal 49 59 146 0.66 0.60 0 0.43 233.81 0.5 0.38
Hex 31 3B 92 42 3C 0 2B EA 32 26
Octal 61 73 222 102 74 0 53 352 62 46
Binary 110001 111011 10010010 1000010 111100 0 101011 11101010 110010 100110

Color Harmonies of #313B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B92

Black with #313B92

Text Example


Text Example

White with #313B92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B92; }

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

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

background-color css

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

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

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

border-color css

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

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

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