Html Css Color HEX #37315D Jacarta

📋 copy color: '#37315D'

red 55 ◦ green 49 ◦ blue 93

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

Shades of Jacarta #37315D

Tints of Jacarta #37315D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.87%

 BLUE value IS 93 (36.72% from 255) = 47.21%

R = 27.92%
G = 24.87%
B = 47.21%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#37315D (or 0x37315D) is known color: Jacarta. HEX triplet: 37, 31 and 5D. RGB value is (55,49,93). Sum of RGB (Red+Green+Blue) = 55+49+93=197 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.92% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 93 (36.72% from 255 or 47.21% from 197); Max value from RGB is 93 - color contains mainly: blue. Hex color #37315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37315D is #C8CEA2. Grayscale: #373737. Windows color (decimal): -13160099 or 6107447. OLE color: 6107447.

HSL color Cylindrical-coordinate representation of color #37315D: hue angle of 248.18º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #37315D is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 55 49 93 -
CMYK 0.41 0.47 0 0.64
HSL 248.18º 0.31% 0.28% -
HSV(B) 248.18º 0.47% 0.36% -
XYZ 4.65 3.8 10.84 -
YUV 55.81 148.99 127.42 -
System Red Green Blue C M Y K H S L
Decimal 55 49 93 0.41 0.47 0 0.64 248.18 0.31 0.28
Hex 37 31 5D 29 2F 0 40 F8 1F 1C
Octal 67 61 135 51 57 0 100 370 37 34
Binary 110111 110001 1011101 101001 101111 0 1000000 11111000 11111 11100

Color Harmonies of #37315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37315D

Black with #37315D

Text Example


Text Example

White with #37315D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,49,93); }

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

background-color css

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

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

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

border-color css

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

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

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