Html Css Color HEX #37377D Jacksons Purple

📋 copy color: '#37377D'

red 55 ◦ green 55 ◦ blue 125

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

Shades of Jacksons Purple #37377D

Tints of Jacksons Purple #37377D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 53.19%

R = 23.4%
G = 23.4%
B = 53.19%

CMYK

 C value IS 0.56

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37377D (or 0x37377D) is known color: Jacksons Purple. HEX triplet: 37, 37 and 7D. RGB value is (55,55,125). Sum of RGB (Red+Green+Blue) = 55+55+125=235 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.40% from 235); Green value is 55 (21.88% from 255 or 23.40% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #37377D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37377D is #C8C882. Grayscale: #3E3E3E. Windows color (decimal): -13158531 or 8206135. OLE color: 8206135.

HSL color Cylindrical-coordinate representation of color #37377D: hue angle of 240º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37377D is Cyan = 0.56, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 55 125 -
CMYK 0.56 0.56 0 0.51
HSL 240º 0.39% 0.35% -
HSV(B) 240º 0.56% 0.49% -
XYZ 6.64 5.03 20.02 -
YUV 62.98 163 122.31 -
System Red Green Blue C M Y K H S L
Decimal 55 55 125 0.56 0.56 0 0.51 240 0.39 0.35
Hex 37 37 7D 38 38 0 33 F0 27 23
Octal 67 67 175 70 70 0 63 360 47 43
Binary 110111 110111 1111101 111000 111000 0 110011 11110000 100111 100011

Color Harmonies of #37377D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37377D

Black with #37377D

Text Example


Text Example

White with #37377D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37377D; }

 p { color: rgb(55,55,125); }

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

background-color css

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

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

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

border-color css

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

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

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