Html Css Color HEX #37388A Jacksons Purple

📋 copy color: '#37388A'

red 55 ◦ green 56 ◦ blue 138

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

Shades of Jacksons Purple #37388A

Tints of Jacksons Purple #37388A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 22.09%
G = 22.49%
B = 55.42%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#37388A (or 0x37388A) is known color: Jacksons Purple. HEX triplet: 37, 38 and 8A. RGB value is (55,56,138). Sum of RGB (Red+Green+Blue) = 55+56+138=249 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.09% from 249); Green value is 56 (22.27% from 255 or 22.49% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #37388A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37388A is #C8C775. Grayscale: #404040. Windows color (decimal): -13158262 or 9058359. OLE color: 9058359.

HSL color Cylindrical-coordinate representation of color #37388A: hue angle of 239.28º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #37388A is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 55 56 138 -
CMYK 0.60 0.59 0 0.46
HSL 239.28º 0.43% 0.38% -
HSV(B) 239.28º 0.6% 0.54% -
XYZ 7.58 5.48 24.7 -
YUV 65.05 169.17 120.83 -
System Red Green Blue C M Y K H S L
Decimal 55 56 138 0.60 0.59 0 0.46 239.28 0.43 0.38
Hex 37 38 8A 3C 3B 0 2E EF 2B 26
Octal 67 70 212 74 73 0 56 357 53 46
Binary 110111 111000 10001010 111100 111011 0 101110 11101111 101011 100110

Color Harmonies of #37388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37388A

Black with #37388A

Text Example


Text Example

White with #37388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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