Html Css Color HEX #313292 Jacksons Purple

📋 copy color: '#313292'

red 49 ◦ green 50 ◦ blue 146

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

Shades of Jacksons Purple #313292

Tints of Jacksons Purple #313292

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.41%

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

R = 20%
G = 20.41%
B = 59.59%

CMYK

 C value IS 0.66

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#313292 (or 0x313292) is known color: Jacksons Purple. HEX triplet: 31, 32 and 92. RGB value is (49,50,146). Sum of RGB (Red+Green+Blue) = 49+50+146=245 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 146 (57.42% from 255 or 59.59% from 245); Max value from RGB is 146 - color contains mainly: blue. Hex color #313292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313292 is #CECD6D. Grayscale: #3C3C3C. Windows color (decimal): -13553006 or 9581105. OLE color: 9581105.

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

Color convert

RGB 49 50 146 -
CMYK 0.66 0.66 0 0.43
HSL 239.38º 0.5% 0.38% -
HSV(B) 239.38º 0.66% 0.57% -
XYZ 7.6 5.01 27.76 -
YUV 60.65 176.17 119.69 -
System Red Green Blue C M Y K H S L
Decimal 49 50 146 0.66 0.66 0 0.43 239.38 0.5 0.38
Hex 31 32 92 42 42 0 2B EF 32 26
Octal 61 62 222 102 102 0 53 357 62 46
Binary 110001 110010 10010010 1000010 1000010 0 101011 11101111 110010 100110

Color Harmonies of #313292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313292

Black with #313292

Text Example


Text Example

White with #313292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313292; }

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

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

background-color css

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

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

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

border-color css

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

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

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