Html Css Color HEX #373183 Jacksons Purple

📋 copy color: '#373183'

red 55 ◦ green 49 ◦ blue 131

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

Shades of Jacksons Purple #373183

Tints of Jacksons Purple #373183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 55.74%

R = 23.4%
G = 20.85%
B = 55.74%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#373183 (or 0x373183) is known color: Jacksons Purple. HEX triplet: 37, 31 and 83. RGB value is (55,49,131). Sum of RGB (Red+Green+Blue) = 55+49+131=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 49 (19.53% from 255 or 20.85% from 235); Blue value is 131 (51.56% from 255 or 55.74% from 235); Max value from RGB is 131 - color contains mainly: blue. Hex color #373183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373183 is #C8CE7C. Grayscale: #3B3B3B. Windows color (decimal): -13160061 or 8597815. OLE color: 8597815.

HSL color Cylindrical-coordinate representation of color #373183: hue angle of 244.39º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373183 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 49 131 -
CMYK 0.58 0.63 0 0.49
HSL 244.39º 0.46% 0.35% -
HSV(B) 244.39º 0.63% 0.51% -
XYZ 6.77 4.65 22.01 -
YUV 60.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 55 49 131 0.58 0.63 0 0.49 244.39 0.46 0.35
Hex 37 31 83 3A 3F 0 31 F4 2E 23
Octal 67 61 203 72 77 0 61 364 56 43
Binary 110111 110001 10000011 111010 111111 0 110001 11110100 101110 100011

Color Harmonies of #373183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373183

Black with #373183

Text Example


Text Example

White with #373183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373183; }

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

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

background-color css

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

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

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

border-color css

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

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

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