Html Css Color HEX #373880 Jacksons Purple

📋 copy color: '#373880'

red 55 ◦ green 56 ◦ blue 128

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

Shades of Jacksons Purple #373880

Tints of Jacksons Purple #373880

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.43%

 BLUE value IS 128 (50.39% from 255) = 53.56%

R = 23.01%
G = 23.43%
B = 53.56%

CMYK

 C value IS 0.57

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#373880 (or 0x373880) is known color: Jacksons Purple. HEX triplet: 37, 38 and 80. RGB value is (55,56,128). Sum of RGB (Red+Green+Blue) = 55+56+128=239 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.01% from 239); Green value is 56 (22.27% from 255 or 23.43% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #373880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373880 is #C8C77F. Grayscale: #3F3F3F. Windows color (decimal): -13158272 or 8402999. OLE color: 8402999.

HSL color Cylindrical-coordinate representation of color #373880: hue angle of 239.18º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373880 is Cyan = 0.57, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 56 128 -
CMYK 0.57 0.56 0 0.50
HSL 239.18º 0.4% 0.36% -
HSV(B) 239.18º 0.57% 0.5% -
XYZ 6.89 5.2 21.06 -
YUV 63.91 164.17 121.65 -
System Red Green Blue C M Y K H S L
Decimal 55 56 128 0.57 0.56 0 0.50 239.18 0.4 0.36
Hex 37 38 80 39 38 0 32 EF 28 24
Octal 67 70 200 71 70 0 62 357 50 44
Binary 110111 111000 10000000 111001 111000 0 110010 11101111 101000 100100

Color Harmonies of #373880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373880

Black with #373880

Text Example


Text Example

White with #373880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373880; }

 p { color: rgb(55,56,128); }

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

background-color css

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

 a { background-color: rgb(55,56,128); }

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

border-color css

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

 span { border-color: rgb(55,56,128); }

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