Html Css Color HEX #373181 Jacksons Purple

📋 copy color: '#373181'

red 55 ◦ green 49 ◦ blue 129

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

Shades of Jacksons Purple #373181

Tints of Jacksons Purple #373181

RGB

 RED value IS 55 (21.88% from 255) = 23.61%

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 129 (50.78% from 255) = 55.36%

R = 23.61%
G = 21.03%
B = 55.36%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#373181 (or 0x373181) is known color: Jacksons Purple. HEX triplet: 37, 31 and 81. RGB value is (55,49,129). Sum of RGB (Red+Green+Blue) = 55+49+129=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #373181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373181 is #C8CE7E. Grayscale: #3B3B3B. Windows color (decimal): -13160063 or 8466743. OLE color: 8466743.

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

Color convert

RGB 55 49 129 -
CMYK 0.57 0.62 0 0.49
HSL 244.5º 0.45% 0.35% -
HSV(B) 244.5º 0.62% 0.51% -
XYZ 6.64 4.59 21.31 -
YUV 59.91 166.99 124.5 -
System Red Green Blue C M Y K H S L
Decimal 55 49 129 0.57 0.62 0 0.49 244.5 0.45 0.35
Hex 37 31 81 39 3E 0 31 F4 2D 23
Octal 67 61 201 71 76 0 61 364 55 43
Binary 110111 110001 10000001 111001 111110 0 110001 11110100 101101 100011

Color Harmonies of #373181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373181

Black with #373181

Text Example


Text Example

White with #373181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373181; }

 p { color: rgb(55,49,129); }

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

background-color css

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

 a { background-color: rgb(55,49,129); }

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

border-color css

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

 span { border-color: rgb(55,49,129); }

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