Html Css Color HEX #3F2E60 Jacarta

📋 copy color: '#3F2E60'

red 63 ◦ green 46 ◦ blue 96

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

Shades of Jacarta #3F2E60

Tints of Jacarta #3F2E60

RGB

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

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

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

R = 30.73%
G = 22.44%
B = 46.83%

CMYK

 C value IS 0.34

 M value IS 0.52

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F2E60 (or 0x3F2E60) is known color: Jacarta. HEX triplet: 3F, 2E and 60. RGB value is (63,46,96). Sum of RGB (Red+Green+Blue) = 63+46+96=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 46 (18.36% from 255 or 22.44% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F2E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2E60 is #C0D19F. Grayscale: #383838. Windows color (decimal): -12636576 or 6303295. OLE color: 6303295.

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

Color convert

RGB 63 46 96 -
CMYK 0.34 0.52 0 0.62
HSL 260.4º 0.35% 0.28% -
HSV(B) 260.4º 0.52% 0.38% -
XYZ 5.14 3.86 11.54 -
YUV 56.78 150.13 132.43 -
System Red Green Blue C M Y K H S L
Decimal 63 46 96 0.34 0.52 0 0.62 260.4 0.35 0.28
Hex 3F 2E 60 22 34 0 3E 104 23 1C
Octal 77 56 140 42 64 0 76 404 43 34
Binary 111111 101110 1100000 100010 110100 0 111110 100000100 100011 11100

Color Harmonies of #3F2E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2E60

Black with #3F2E60

Text Example


Text Example

White with #3F2E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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