Html Css Color HEX #373377 Jacksons Purple

📋 copy color: '#373377'

red 55 ◦ green 51 ◦ blue 119

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

Shades of Jacksons Purple #373377

Tints of Jacksons Purple #373377

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.67%

 BLUE value IS 119 (46.88% from 255) = 52.89%

R = 24.44%
G = 22.67%
B = 52.89%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#373377 (or 0x373377) is known color: Jacksons Purple. HEX triplet: 37, 33 and 77. RGB value is (55,51,119). Sum of RGB (Red+Green+Blue) = 55+51+119=225 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #373377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373377 is #C8CC88. Grayscale: #3B3B3B. Windows color (decimal): -13159561 or 7811895. OLE color: 7811895.

HSL color Cylindrical-coordinate representation of color #373377: hue angle of 243.53º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #373377 is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 55 51 119 -
CMYK 0.54 0.57 0 0.53
HSL 243.53º 0.4% 0.33% -
HSV(B) 243.53º 0.57% 0.47% -
XYZ 6.09 4.51 18 -
YUV 59.95 161.33 124.47 -
System Red Green Blue C M Y K H S L
Decimal 55 51 119 0.54 0.57 0 0.53 243.53 0.4 0.33
Hex 37 33 77 36 39 0 35 F4 28 21
Octal 67 63 167 66 71 0 65 364 50 41
Binary 110111 110011 1110111 110110 111001 0 110101 11110100 101000 100001

Color Harmonies of #373377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373377

Black with #373377

Text Example


Text Example

White with #373377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373377; }

 p { color: rgb(55,51,119); }

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

background-color css

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

 a { background-color: rgb(55,51,119); }

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

border-color css

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

 span { border-color: rgb(55,51,119); }

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