Html Css Color HEX #313482 Jacksons Purple

📋 copy color: '#313482'

red 49 ◦ green 52 ◦ blue 130

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

Shades of Jacksons Purple #313482

Tints of Jacksons Purple #313482

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.51%

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

R = 21.21%
G = 22.51%
B = 56.28%

CMYK

 C value IS 0.62

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313482 (or 0x313482) is known color: Jacksons Purple. HEX triplet: 31, 34 and 82. RGB value is (49,52,130). Sum of RGB (Red+Green+Blue) = 49+52+130=231 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.21% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 130 (51.17% from 255 or 56.28% from 231); Max value from RGB is 130 - color contains mainly: blue. Hex color #313482 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313482 is #CECB7D. Grayscale: #3B3B3B. Windows color (decimal): -13552510 or 8533041. OLE color: 8533041.

HSL color Cylindrical-coordinate representation of color #313482: hue angle of 237.78º 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 #313482 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 49 52 130 -
CMYK 0.62 0.60 0 0.49
HSL 237.78º 0.45% 0.35% -
HSV(B) 237.78º 0.62% 0.51% -
XYZ 6.52 4.72 21.69 -
YUV 60 167.51 120.16 -
System Red Green Blue C M Y K H S L
Decimal 49 52 130 0.62 0.60 0 0.49 237.78 0.45 0.35
Hex 31 34 82 3E 3C 0 31 EE 2D 23
Octal 61 64 202 76 74 0 61 356 55 43
Binary 110001 110100 10000010 111110 111100 0 110001 11101110 101101 100011

Color Harmonies of #313482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313482

Black with #313482

Text Example


Text Example

White with #313482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313482; }

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

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

background-color css

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

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

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

border-color css

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

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

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