Html Css Color HEX #37327F Jacksons Purple

📋 copy color: '#37327F'

red 55 ◦ green 50 ◦ blue 127

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

Shades of Jacksons Purple #37327F

Tints of Jacksons Purple #37327F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.74%

R = 23.71%
G = 21.55%
B = 54.74%

CMYK

 C value IS 0.57

 M value IS 0.61

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37327F (or 0x37327F) is known color: Jacksons Purple. HEX triplet: 37, 32 and 7F. RGB value is (55,50,127). Sum of RGB (Red+Green+Blue) = 55+50+127=232 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.71% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #37327F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37327F is #C8CD80. Grayscale: #3B3B3B. Windows color (decimal): -13159809 or 8335927. OLE color: 8335927.

HSL color Cylindrical-coordinate representation of color #37327F: hue angle of 243.9º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #37327F is Cyan = 0.57, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 50 127 -
CMYK 0.57 0.61 0 0.50
HSL 243.9º 0.44% 0.35% -
HSV(B) 243.9º 0.61% 0.5% -
XYZ 6.55 4.63 20.63 -
YUV 60.27 165.66 124.24 -
System Red Green Blue C M Y K H S L
Decimal 55 50 127 0.57 0.61 0 0.50 243.9 0.44 0.35
Hex 37 32 7F 39 3D 0 32 F4 2C 23
Octal 67 62 177 71 75 0 62 364 54 43
Binary 110111 110010 1111111 111001 111101 0 110010 11110100 101100 100011

Color Harmonies of #37327F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37327F

Black with #37327F

Text Example


Text Example

White with #37327F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37327F; }

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

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

background-color css

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

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

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

border-color css

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

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

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