Html Css Color HEX #313285 Jacksons Purple

📋 copy color: '#313285'

red 49 ◦ green 50 ◦ blue 133

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

Shades of Jacksons Purple #313285

Tints of Jacksons Purple #313285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 57.33%

R = 21.12%
G = 21.55%
B = 57.33%

CMYK

 C value IS 0.63

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#313285 (or 0x313285) is known color: Jacksons Purple. HEX triplet: 31, 32 and 85. RGB value is (49,50,133). Sum of RGB (Red+Green+Blue) = 49+50+133=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 133 (52.34% from 255 or 57.33% from 232); Max value from RGB is 133 - color contains mainly: blue. Hex color #313285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313285 is #CECD7A. Grayscale: #3A3A3A. Windows color (decimal): -13553019 or 8729137. OLE color: 8729137.

HSL color Cylindrical-coordinate representation of color #313285: hue angle of 239.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #313285 is Cyan = 0.63, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 49 50 133 -
CMYK 0.63 0.62 0 0.48
HSL 239.29º 0.46% 0.36% -
HSV(B) 239.29º 0.63% 0.52% -
XYZ 6.64 4.63 22.73 -
YUV 59.16 169.67 120.75 -
System Red Green Blue C M Y K H S L
Decimal 49 50 133 0.63 0.62 0 0.48 239.29 0.46 0.36
Hex 31 32 85 3F 3E 0 30 EF 2E 24
Octal 61 62 205 77 76 0 60 357 56 44
Binary 110001 110010 10000101 111111 111110 0 110000 11101111 101110 100100

Color Harmonies of #313285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313285

Black with #313285

Text Example


Text Example

White with #313285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313285; }

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

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

background-color css

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

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

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

border-color css

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

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

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