Html Css Color HEX #313282 Jacksons Purple

📋 copy color: '#313282'

red 49 ◦ green 50 ◦ blue 130

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

Shades of Jacksons Purple #313282

Tints of Jacksons Purple #313282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 56.77%

R = 21.4%
G = 21.83%
B = 56.77%

CMYK

 C value IS 0.62

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313282 (or 0x313282) is known color: Jacksons Purple. HEX triplet: 31, 32 and 82. RGB value is (49,50,130). Sum of RGB (Red+Green+Blue) = 49+50+130=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 50 (19.92% from 255 or 21.83% from 229); Blue value is 130 (51.17% from 255 or 56.77% from 229); Max value from RGB is 130 - color contains mainly: blue. Hex color #313282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313282 is #CECD7D. Grayscale: #3A3A3A. Windows color (decimal): -13553022 or 8532529. OLE color: 8532529.

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

Color convert

RGB 49 50 130 -
CMYK 0.62 0.62 0 0.49
HSL 239.26º 0.45% 0.35% -
HSV(B) 239.26º 0.62% 0.51% -
XYZ 6.44 4.55 21.66 -
YUV 58.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 49 50 130 0.62 0.62 0 0.49 239.26 0.45 0.35
Hex 31 32 82 3E 3E 0 31 EF 2D 23
Octal 61 62 202 76 76 0 61 357 55 43
Binary 110001 110010 10000010 111110 111110 0 110001 11101111 101101 100011

Color Harmonies of #313282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313282

Black with #313282

Text Example


Text Example

White with #313282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313282; }

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

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

background-color css

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

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

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

border-color css

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

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

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