Html Css Color HEX #31358C Jacksons Purple

📋 copy color: '#31358C'

red 49 ◦ green 53 ◦ blue 140

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

Shades of Jacksons Purple #31358C

Tints of Jacksons Purple #31358C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 20.25%
G = 21.9%
B = 57.85%

CMYK

 C value IS 0.65

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#31358C (or 0x31358C) is known color: Jacksons Purple. HEX triplet: 31, 35 and 8C. RGB value is (49,53,140). Sum of RGB (Red+Green+Blue) = 49+53+140=242 (32% of max value = 765). Red value is 49 (19.53% from 255 or 20.25% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #31358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358C is #CECA73. Grayscale: #3D3D3D. Windows color (decimal): -13552244 or 9188657. OLE color: 9188657.

HSL color Cylindrical-coordinate representation of color #31358C: hue angle of 237.36º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31358C is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 53 140 -
CMYK 0.65 0.62 0 0.45
HSL 237.36º 0.48% 0.37% -
HSV(B) 237.36º 0.65% 0.55% -
XYZ 7.27 5.09 25.41 -
YUV 61.72 172.17 118.93 -
System Red Green Blue C M Y K H S L
Decimal 49 53 140 0.65 0.62 0 0.45 237.36 0.48 0.37
Hex 31 35 8C 41 3E 0 2D ED 30 25
Octal 61 65 214 101 76 0 55 355 60 45
Binary 110001 110101 10001100 1000001 111110 0 101101 11101101 110000 100101

Color Harmonies of #31358C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31358C

Black with #31358C

Text Example


Text Example

White with #31358C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31358C; }

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

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

background-color css

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

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

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

border-color css

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

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

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