#3F3161

Color #3F3161 Jacarta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jacarta #3F3161

Tints of Jacarta #3F3161

Color information

#3F3161 (or 0x3F3161) is unknown color: approx Jacarta. HEX triplet: 3F, 31 and 61. RGB value is (63,49,97). Sum of RGB (Red+Green+Blue) = 63+49+97=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3161 is #C0CE9E. Grayscale: #3A3A3A. Windows color (decimal): -12635807 or 6369599. OLE color: 6369599.

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

Color convert

RGB634997-
CMYK0.350.4900.62
HSL257.5º32.88%28.63%-
HSV(B)257.5º49.48%38.04%-
XYZ5.314.1211.82-
YUV58.66149.64131.1-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.14%
GREEN value IS 49 (19.53% from 255) = 23.44%
BLUE value IS 97 (38.28% from 255) = 46.41%
R=30.14%
G=23.44%
B=46.41%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6349970.350.4900.62257.532.8828.63
Hex3F3161233103E102211d
Octal776114143610764024135
Binary1111111100011100001100011110001011111010000001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F3161;
 }
 .AnyTagClassName
 {
   color: #3F3161;
 }
</style>
background-color css

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

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

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

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

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

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