#3F315D

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

Shades of Jacarta #3F315D

Tints of Jacarta #3F315D

Color information

#3F315D (or 0x3F315D) is unknown color: approx Jacarta. HEX triplet: 3F, 31 and 5D. RGB value is (63,49,93). Sum of RGB (Red+Green+Blue) = 63+49+93=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 49 (19.53% from 255 or 23.90% from 205); Blue value is 93 (36.72% from 255 or 45.37% from 205); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F315D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F315D is #C0CEA2. Grayscale: #3A3A3A. Windows color (decimal): -12635811 or 6107455. OLE color: 6107455.

HSL color Cylindrical-coordinate representation of color #3F315D: hue angle of 259.09º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3F315D is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB634993-
CMYK0.320.4700.64
HSL259.09º30.99%27.84%-
HSV(B)259.09º47.31%36.47%-
XYZ5.124.0410.87-
YUV58.2147.64131.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 30.73%
GREEN value IS 49 (19.53% from 255) = 23.90%
BLUE value IS 93 (36.72% from 255) = 45.37%
R=30.73%
G=23.90%
B=45.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6349930.320.4700.64259.0930.9927.84
Hex3F315D202F0401031f1c
Octal7761135405701004033734
Binary1111111100011011101100000101111010000001000000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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