Html Css Color HEX #3F2E59 Jacarta

📋 copy color: '#3F2E59'

red 63 ◦ green 46 ◦ blue 89

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

Shades of Jacarta #3F2E59

Tints of Jacarta #3F2E59

RGB

 RED value IS 63 (25% from 255) = 31.82%

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

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

R = 31.82%
G = 23.23%
B = 44.95%

CMYK

 C value IS 0.29

 M value IS 0.48

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3F2E59 (or 0x3F2E59) is known color: Jacarta. HEX triplet: 3F, 2E and 59. RGB value is (63,46,89). Sum of RGB (Red+Green+Blue) = 63+46+89=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 46 (18.36% from 255 or 23.23% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F2E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E59 is #C0D1A6. Grayscale: #373737. Windows color (decimal): -12636583 or 5844543. OLE color: 5844543.

HSL color Cylindrical-coordinate representation of color #3F2E59: hue angle of 263.72º 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 #3F2E59 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 63 46 89 -
CMYK 0.29 0.48 0 0.65
HSL 263.72º 0.32% 0.26% -
HSV(B) 263.72º 0.48% 0.35% -
XYZ 4.83 3.73 9.92 -
YUV 55.99 146.63 133 -
System Red Green Blue C M Y K H S L
Decimal 63 46 89 0.29 0.48 0 0.65 263.72 0.32 0.26
Hex 3F 2E 59 1D 30 0 41 108 20 1A
Octal 77 56 131 35 60 0 101 410 40 32
Binary 111111 101110 1011001 11101 110000 0 1000001 100001000 100000 11010

Color Harmonies of #3F2E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E59

Black with #3F2E59

Text Example


Text Example

White with #3F2E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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