Html Css Color HEX #373280 Jacksons Purple

📋 copy color: '#373280'

red 55 ◦ green 50 ◦ blue 128

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

Shades of Jacksons Purple #373280

Tints of Jacksons Purple #373280

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.46%

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

R = 23.61%
G = 21.46%
B = 54.94%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#373280 (or 0x373280) is known color: Jacksons Purple. HEX triplet: 37, 32 and 80. RGB value is (55,50,128). Sum of RGB (Red+Green+Blue) = 55+50+128=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 50 (19.92% from 255 or 21.46% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #373280 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373280 is #C8CD7F. Grayscale: #3C3C3C. Windows color (decimal): -13159808 or 8401463. OLE color: 8401463.

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

Color convert

RGB 55 50 128 -
CMYK 0.57 0.61 0 0.50
HSL 243.85º 0.44% 0.35% -
HSV(B) 243.85º 0.61% 0.5% -
XYZ 6.61 4.65 20.97 -
YUV 60.39 166.16 124.16 -
System Red Green Blue C M Y K H S L
Decimal 55 50 128 0.57 0.61 0 0.50 243.85 0.44 0.35
Hex 37 32 80 39 3D 0 32 F4 2C 23
Octal 67 62 200 71 75 0 62 364 54 43
Binary 110111 110010 10000000 111001 111101 0 110010 11110100 101100 100011

Color Harmonies of #373280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373280

Black with #373280

Text Example


Text Example

White with #373280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373280; }

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

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

background-color css

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

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

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

border-color css

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

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

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