Html Css Color HEX #373381 Jacksons Purple

📋 copy color: '#373381'

red 55 ◦ green 51 ◦ blue 129

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

Shades of Jacksons Purple #373381

Tints of Jacksons Purple #373381

RGB

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

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

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

R = 23.4%
G = 21.7%
B = 54.89%

CMYK

 C value IS 0.57

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#373381 (or 0x373381) is known color: Jacksons Purple. HEX triplet: 37, 33 and 81. RGB value is (55,51,129). Sum of RGB (Red+Green+Blue) = 55+51+129=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #373381 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373381 is #C8CC7E. Grayscale: #3C3C3C. Windows color (decimal): -13159551 or 8467255. OLE color: 8467255.

HSL color Cylindrical-coordinate representation of color #373381: hue angle of 243.08º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #373381 is Cyan = 0.57, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 55 51 129 -
CMYK 0.57 0.60 0 0.49
HSL 243.08º 0.43% 0.35% -
HSV(B) 243.08º 0.6% 0.51% -
XYZ 6.72 4.76 21.33 -
YUV 61.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 55 51 129 0.57 0.60 0 0.49 243.08 0.43 0.35
Hex 37 33 81 39 3C 0 31 F3 2B 23
Octal 67 63 201 71 74 0 61 363 53 43
Binary 110111 110011 10000001 111001 111100 0 110001 11110011 101011 100011

Color Harmonies of #373381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373381

Black with #373381

Text Example


Text Example

White with #373381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373381; }

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

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

background-color css

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

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

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

border-color css

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

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

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