Html Css Color HEX #37377B Jacksons Purple

📋 copy color: '#37377B'

red 55 ◦ green 55 ◦ blue 123

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

Shades of Jacksons Purple #37377B

Tints of Jacksons Purple #37377B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 52.79%

R = 23.61%
G = 23.61%
B = 52.79%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37377B (or 0x37377B) is known color: Jacksons Purple. HEX triplet: 37, 37 and 7B. RGB value is (55,55,123). Sum of RGB (Red+Green+Blue) = 55+55+123=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 55 (21.88% from 255 or 23.61% from 233); Blue value is 123 (48.44% from 255 or 52.79% from 233); Max value from RGB is 123 - color contains mainly: blue. Hex color #37377B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37377B is #C8C884. Grayscale: #3E3E3E. Windows color (decimal): -13158533 or 8075063. OLE color: 8075063.

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

Color convert

RGB 55 55 123 -
CMYK 0.55 0.55 0 0.52
HSL 240º 0.38% 0.35% -
HSV(B) 240º 0.55% 0.48% -
XYZ 6.52 4.97 19.36 -
YUV 62.75 162 122.47 -
System Red Green Blue C M Y K H S L
Decimal 55 55 123 0.55 0.55 0 0.52 240 0.38 0.35
Hex 37 37 7B 37 37 0 34 F0 26 23
Octal 67 67 173 67 67 0 64 360 46 43
Binary 110111 110111 1111011 110111 110111 0 110100 11110000 100110 100011

Color Harmonies of #37377B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37377B

Black with #37377B

Text Example


Text Example

White with #37377B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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