Html Css Color HEX #3D3160 Jacarta

📋 copy color: '#3D3160'

red 61 ◦ green 49 ◦ blue 96

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

Shades of Jacarta #3D3160

Tints of Jacarta #3D3160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 46.6%

R = 29.61%
G = 23.79%
B = 46.6%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3D3160 (or 0x3D3160) is known color: Jacarta. HEX triplet: 3D, 31 and 60. RGB value is (61,49,96). Sum of RGB (Red+Green+Blue) = 61+49+96=206 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.61% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 96 (37.89% from 255 or 46.60% from 206); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D3160 is #C2CE9F. Grayscale: #393939. Windows color (decimal): -12766880 or 6304061. OLE color: 6304061.

HSL color Cylindrical-coordinate representation of color #3D3160: hue angle of 255.32º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D3160 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 61 49 96 -
CMYK 0.36 0.49 0 0.62
HSL 255.32º 0.32% 0.28% -
HSV(B) 255.32º 0.49% 0.38% -
XYZ 5.13 4.03 11.57 -
YUV 57.95 149.48 130.18 -
System Red Green Blue C M Y K H S L
Decimal 61 49 96 0.36 0.49 0 0.62 255.32 0.32 0.28
Hex 3D 31 60 24 31 0 3E FF 20 1C
Octal 75 61 140 44 61 0 76 377 40 34
Binary 111101 110001 1100000 100100 110001 0 111110 11111111 100000 11100

Color Harmonies of #3D3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3160

Black with #3D3160

Text Example


Text Example

White with #3D3160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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