Html Css Color HEX #3F3160 Jacarta

📋 copy color: '#3F3160'

red 63 ◦ green 49 ◦ blue 96

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

Shades of Jacarta #3F3160

Tints of Jacarta #3F3160

RGB

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

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

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

R = 30.29%
G = 23.56%
B = 46.15%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3160 (or 0x3F3160) is known color: Jacarta. HEX triplet: 3F, 31 and 60. RGB value is (63,49,96). Sum of RGB (Red+Green+Blue) = 63+49+96=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 96 (37.89% from 255 or 46.15% from 208); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F3160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3160 is #C0CE9F. Grayscale: #3A3A3A. Windows color (decimal): -12635808 or 6304063. OLE color: 6304063.

HSL color Cylindrical-coordinate representation of color #3F3160: hue angle of 257.87º 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 #3F3160 is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 49 96 -
CMYK 0.34 0.49 0 0.62
HSL 257.87º 0.32% 0.28% -
HSV(B) 257.87º 0.49% 0.38% -
XYZ 5.26 4.1 11.58 -
YUV 58.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 63 49 96 0.34 0.49 0 0.62 257.87 0.32 0.28
Hex 3F 31 60 22 31 0 3E 102 20 1C
Octal 77 61 140 42 61 0 76 402 40 34
Binary 111111 110001 1100000 100010 110001 0 111110 100000010 100000 11100

Color Harmonies of #3F3160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3160

Black with #3F3160

Text Example


Text Example

White with #3F3160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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