Html Css Color HEX #313582 Jacksons Purple

📋 copy color: '#313582'

red 49 ◦ green 53 ◦ blue 130

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

Shades of Jacksons Purple #313582

Tints of Jacksons Purple #313582

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

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

R = 21.12%
G = 22.84%
B = 56.03%

CMYK

 C value IS 0.62

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#313582 (or 0x313582) is known color: Jacksons Purple. HEX triplet: 31, 35 and 82. RGB value is (49,53,130). Sum of RGB (Red+Green+Blue) = 49+53+130=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 130 (51.17% from 255 or 56.03% from 232); Max value from RGB is 130 - color contains mainly: blue. Hex color #313582 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313582 is #CECA7D. Grayscale: #3C3C3C. Windows color (decimal): -13552254 or 8533297. OLE color: 8533297.

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

Color convert

RGB 49 53 130 -
CMYK 0.62 0.59 0 0.49
HSL 237.04º 0.45% 0.35% -
HSV(B) 237.04º 0.62% 0.51% -
XYZ 6.57 4.81 21.7 -
YUV 60.58 167.17 119.74 -
System Red Green Blue C M Y K H S L
Decimal 49 53 130 0.62 0.59 0 0.49 237.04 0.45 0.35
Hex 31 35 82 3E 3B 0 31 ED 2D 23
Octal 61 65 202 76 73 0 61 355 55 43
Binary 110001 110101 10000010 111110 111011 0 110001 11101101 101101 100011

Color Harmonies of #313582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313582

Black with #313582

Text Example


Text Example

White with #313582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313582; }

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

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

background-color css

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

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

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

border-color css

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

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

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