Html Css Color HEX #3D2C5E Jacarta

📋 copy color: '#3D2C5E'

red 61 ◦ green 44 ◦ blue 94

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

Shades of Jacarta #3D2C5E

Tints of Jacarta #3D2C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 22.11%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 30.65%
G = 22.11%
B = 47.24%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#3D2C5E (or 0x3D2C5E) is known color: Jacarta. HEX triplet: 3D, 2C and 5E. RGB value is (61,44,94). Sum of RGB (Red+Green+Blue) = 61+44+94=199 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.65% from 199); Green value is 44 (17.58% from 255 or 22.11% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #3D2C5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2C5E is #C2D3A1. Grayscale: #363636. Windows color (decimal): -12768162 or 6171709. OLE color: 6171709.

HSL color Cylindrical-coordinate representation of color #3D2C5E: hue angle of 260.4º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3D2C5E is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 61 44 94 -
CMYK 0.35 0.53 0 0.63
HSL 260.4º 0.36% 0.27% -
HSV(B) 260.4º 0.53% 0.37% -
XYZ 4.85 3.6 11.03 -
YUV 54.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 61 44 94 0.35 0.53 0 0.63 260.4 0.36 0.27
Hex 3D 2C 5E 23 35 0 3F 104 24 1B
Octal 75 54 136 43 65 0 77 404 44 33
Binary 111101 101100 1011110 100011 110101 0 111111 100000100 100100 11011

Color Harmonies of #3D2C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2C5E

Black with #3D2C5E

Text Example


Text Example

White with #3D2C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,44,94); }

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

background-color css

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

 a { background-color: rgb(61,44,94); }

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

border-color css

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

 span { border-color: rgb(61,44,94); }

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