Html Css Color HEX #373288 Jacksons Purple

📋 copy color: '#373288'

red 55 ◦ green 50 ◦ blue 136

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

Shades of Jacksons Purple #373288

Tints of Jacksons Purple #373288

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 56.43%

R = 22.82%
G = 20.75%
B = 56.43%

CMYK

 C value IS 0.60

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#373288 (or 0x373288) is known color: Jacksons Purple. HEX triplet: 37, 32 and 88. RGB value is (55,50,136). Sum of RGB (Red+Green+Blue) = 55+50+136=241 (31% of max value = 765). Red value is 55 (21.88% from 255 or 22.82% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #373288 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #373288 is #C8CD77. Grayscale: #3C3C3C. Windows color (decimal): -13159800 or 8925751. OLE color: 8925751.

HSL color Cylindrical-coordinate representation of color #373288: hue angle of 243.49º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #373288 is Cyan = 0.60, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 50 136 -
CMYK 0.60 0.63 0 0.47
HSL 243.49º 0.46% 0.36% -
HSV(B) 243.49º 0.63% 0.53% -
XYZ 7.16 4.87 23.86 -
YUV 61.3 170.16 123.51 -
System Red Green Blue C M Y K H S L
Decimal 55 50 136 0.60 0.63 0 0.47 243.49 0.46 0.36
Hex 37 32 88 3C 3F 0 2F F3 2E 24
Octal 67 62 210 74 77 0 57 363 56 44
Binary 110111 110010 10001000 111100 111111 0 101111 11110011 101110 100100

Color Harmonies of #373288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373288

Black with #373288

Text Example


Text Example

White with #373288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373288; }

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

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

background-color css

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

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

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

border-color css

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

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

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