Html Css Color HEX #3D2E59 Jacarta

📋 copy color: '#3D2E59'

red 61 ◦ green 46 ◦ blue 89

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

Shades of Jacarta #3D2E59

Tints of Jacarta #3D2E59

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.47%

 BLUE value IS 89 (35.16% from 255) = 45.41%

R = 31.12%
G = 23.47%
B = 45.41%

CMYK

 C value IS 0.31

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D2E59 (or 0x3D2E59) is known color: Jacarta. HEX triplet: 3D, 2E and 59. RGB value is (61,46,89). Sum of RGB (Red+Green+Blue) = 61+46+89=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2E59 is #C2D1A6. Grayscale: #373737. Windows color (decimal): -12767655 or 5844541. OLE color: 5844541.

HSL color Cylindrical-coordinate representation of color #3D2E59: hue angle of 260.93º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D2E59 is Cyan = 0.31, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 61 46 89 -
CMYK 0.31 0.48 0 0.65
HSL 260.93º 0.32% 0.26% -
HSV(B) 260.93º 0.48% 0.35% -
XYZ 4.7 3.67 9.91 -
YUV 55.39 146.97 132 -
System Red Green Blue C M Y K H S L
Decimal 61 46 89 0.31 0.48 0 0.65 260.93 0.32 0.26
Hex 3D 2E 59 1F 30 0 41 105 20 1A
Octal 75 56 131 37 60 0 101 405 40 32
Binary 111101 101110 1011001 11111 110000 0 1000001 100000101 100000 11010

Color Harmonies of #3D2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2E59

Black with #3D2E59

Text Example


Text Example

White with #3D2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,46,89); }

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

background-color css

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

 a { background-color: rgb(61,46,89); }

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

border-color css

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

 span { border-color: rgb(61,46,89); }

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