Html Css Color HEX #31308A Jacksons Purple

📋 copy color: '#31308A'

red 49 ◦ green 48 ◦ blue 138

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

Shades of Jacksons Purple #31308A

Tints of Jacksons Purple #31308A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.43%

 BLUE value IS 138 (54.3% from 255) = 58.72%

R = 20.85%
G = 20.43%
B = 58.72%

CMYK

 C value IS 0.64

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#31308A (or 0x31308A) is known color: Jacksons Purple. HEX triplet: 31, 30 and 8A. RGB value is (49,48,138). Sum of RGB (Red+Green+Blue) = 49+48+138=235 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.85% from 235); Green value is 48 (19.14% from 255 or 20.43% from 235); Blue value is 138 (54.30% from 255 or 58.72% from 235); Max value from RGB is 138 - color contains mainly: blue. Hex color #31308A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #31308A is #CECF75. Grayscale: #3A3A3A. Windows color (decimal): -13553526 or 9056305. OLE color: 9056305.

HSL color Cylindrical-coordinate representation of color #31308A: hue angle of 240.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #31308A is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 49 48 138 -
CMYK 0.64 0.65 0 0.46
HSL 240.67º 0.48% 0.36% -
HSV(B) 240.67º 0.65% 0.54% -
XYZ 6.91 4.6 24.57 -
YUV 58.56 172.83 121.18 -
System Red Green Blue C M Y K H S L
Decimal 49 48 138 0.64 0.65 0 0.46 240.67 0.48 0.36
Hex 31 30 8A 40 41 0 2E F1 30 24
Octal 61 60 212 100 101 0 56 361 60 44
Binary 110001 110000 10001010 1000000 1000001 0 101110 11110001 110000 100100

Color Harmonies of #31308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31308A

Black with #31308A

Text Example


Text Example

White with #31308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31308A; }

 p { color: rgb(49,48,138); }

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

background-color css

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

 a { background-color: rgb(49,48,138); }

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

border-color css

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

 span { border-color: rgb(49,48,138); }

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