Html Css Color HEX #31358B Jacksons Purple

📋 copy color: '#31358B'

red 49 ◦ green 53 ◦ blue 139

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

Shades of Jacksons Purple #31358B

Tints of Jacksons Purple #31358B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 20.33%
G = 21.99%
B = 57.68%

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

#31358B (or 0x31358B) is known color: Jacksons Purple. HEX triplet: 31, 35 and 8B. RGB value is (49,53,139). Sum of RGB (Red+Green+Blue) = 49+53+139=241 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.33% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #31358B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31358B is #CECA74. Grayscale: #3D3D3D. Windows color (decimal): -13552245 or 9123121. OLE color: 9123121.

HSL color Cylindrical-coordinate representation of color #31358B: hue angle of 237.33º 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 #31358B is Cyan = 0.65, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 49 53 139 -
CMYK 0.65 0.62 0 0.45
HSL 237.33º 0.48% 0.37% -
HSV(B) 237.33º 0.65% 0.55% -
XYZ 7.2 5.06 25.02 -
YUV 61.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 49 53 139 0.65 0.62 0 0.45 237.33 0.48 0.37
Hex 31 35 8B 41 3E 0 2D ED 30 25
Octal 61 65 213 101 76 0 55 355 60 45
Binary 110001 110101 10001011 1000001 111110 0 101101 11101101 110000 100101

Color Harmonies of #31358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31358B

Black with #31358B

Text Example


Text Example

White with #31358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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