Html Css Color HEX #37307F Jacksons Purple

📋 copy color: '#37307F'

red 55 ◦ green 48 ◦ blue 127

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

Shades of Jacksons Purple #37307F

Tints of Jacksons Purple #37307F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.87%

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

R = 23.91%
G = 20.87%
B = 55.22%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#37307F (or 0x37307F) is known color: Jacksons Purple. HEX triplet: 37, 30 and 7F. RGB value is (55,48,127). Sum of RGB (Red+Green+Blue) = 55+48+127=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 127 (50% from 255 or 55.22% from 230); Max value from RGB is 127 - color contains mainly: blue. Hex color #37307F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37307F is #C8CF80. Grayscale: #3A3A3A. Windows color (decimal): -13160321 or 8335415. OLE color: 8335415.

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

Color convert

RGB 55 48 127 -
CMYK 0.57 0.62 0 0.50
HSL 245.32º 0.45% 0.34% -
HSV(B) 245.32º 0.62% 0.5% -
XYZ 6.46 4.46 20.6 -
YUV 59.1 166.32 125.08 -
System Red Green Blue C M Y K H S L
Decimal 55 48 127 0.57 0.62 0 0.50 245.32 0.45 0.34
Hex 37 30 7F 39 3E 0 32 F5 2D 22
Octal 67 60 177 71 76 0 62 365 55 42
Binary 110111 110000 1111111 111001 111110 0 110010 11110101 101101 100010

Color Harmonies of #37307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37307F

Black with #37307F

Text Example


Text Example

White with #37307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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