Html Css Color HEX #3F315D Jacarta

📋 copy color: '#3F315D'

red 63 ◦ green 49 ◦ blue 93

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

Shades of Jacarta #3F315D

Tints of Jacarta #3F315D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.37%

R = 30.73%
G = 23.9%
B = 45.37%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F315D (or 0x3F315D) is known color: 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

RGB 63 49 93 -
CMYK 0.32 0.47 0 0.64
HSL 259.09º 0.31% 0.28% -
HSV(B) 259.09º 0.47% 0.36% -
XYZ 5.12 4.04 10.87 -
YUV 58.2 147.64 131.42 -
System Red Green Blue C M Y K H S L
Decimal 63 49 93 0.32 0.47 0 0.64 259.09 0.31 0.28
Hex 3F 31 5D 20 2F 0 40 103 1F 1C
Octal 77 61 135 40 57 0 100 403 37 34
Binary 111111 110001 1011101 100000 101111 0 1000000 100000011 11111 11100

Color Harmonies of #3F315D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F315D

Black with #3F315D

Text Example


Text Example

White with #3F315D

Text Example


Text Example

HTML Codes & Css Web 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>