Html Css Color HEX #3D3157 Jacarta

📋 copy color: '#3D3157'

red 61 ◦ green 49 ◦ blue 87

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

Shades of Jacarta #3D3157

Tints of Jacarta #3D3157

RGB

 RED value IS 61 (24.22% from 255) = 30.96%

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

 BLUE value IS 87 (34.38% from 255) = 44.16%

R = 30.96%
G = 24.87%
B = 44.16%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#3D3157 (or 0x3D3157) is known color: Jacarta. HEX triplet: 3D, 31 and 57. RGB value is (61,49,87). Sum of RGB (Red+Green+Blue) = 61+49+87=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 49 (19.53% from 255 or 24.87% from 197); Blue value is 87 (34.38% from 255 or 44.16% from 197); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D3157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3157 is #C2CEA8. Grayscale: #383838. Windows color (decimal): -12766889 or 5714237. OLE color: 5714237.

HSL color Cylindrical-coordinate representation of color #3D3157: hue angle of 258.95º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D3157 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 61 49 87 -
CMYK 0.30 0.44 0 0.66
HSL 258.95º 0.28% 0.27% -
HSV(B) 258.95º 0.44% 0.34% -
XYZ 4.74 3.88 9.52 -
YUV 56.92 144.98 130.91 -
System Red Green Blue C M Y K H S L
Decimal 61 49 87 0.30 0.44 0 0.66 258.95 0.28 0.27
Hex 3D 31 57 1E 2C 0 42 103 1C 1B
Octal 75 61 127 36 54 0 102 403 34 33
Binary 111101 110001 1010111 11110 101100 0 1000010 100000011 11100 11011

Color Harmonies of #3D3157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3157

Black with #3D3157

Text Example


Text Example

White with #3D3157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D3157; }

 p { color: rgb(61,49,87); }

 H1.HeaderClassName
 {
   color: #3D3157;
 }
 .AnyTagClassName
 {
   color: #3D3157;
 }
</style>

background-color css

<style>
 a { background-color: #3D3157; }

 a { background-color: rgb(61,49,87); }

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

border-color css

<style>
 span { border-color: #3D3157; }

 span { border-color: rgb(61,49,87); }

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