Html Css Color HEX #3F395D Jacarta

📋 copy color: '#3F395D'

red 63 ◦ green 57 ◦ blue 93

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

Shades of Jacarta #3F395D

Tints of Jacarta #3F395D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.76%

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

R = 29.58%
G = 26.76%
B = 43.66%

CMYK

 C value IS 0.32

 M value IS 0.39

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#3F395D (or 0x3F395D) is known color: Jacarta. HEX triplet: 3F, 39 and 5D. RGB value is (63,57,93). Sum of RGB (Red+Green+Blue) = 63+57+93=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 57 (22.66% from 255 or 26.76% from 213); Blue value is 93 (36.72% from 255 or 43.66% from 213); Max value from RGB is 93 - color contains mainly: blue. Hex color #3F395D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F395D is #C0C6A2. Grayscale: #3E3E3E. Windows color (decimal): -12633763 or 6109503. OLE color: 6109503.

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

Color convert

RGB 63 57 93 -
CMYK 0.32 0.39 0 0.64
HSL 250º 0.24% 0.29% -
HSV(B) 250º 0.39% 0.36% -
XYZ 5.49 4.77 10.99 -
YUV 62.9 144.99 128.07 -
System Red Green Blue C M Y K H S L
Decimal 63 57 93 0.32 0.39 0 0.64 250 0.24 0.29
Hex 3F 39 5D 20 27 0 40 FA 18 1D
Octal 77 71 135 40 47 0 100 372 30 35
Binary 111111 111001 1011101 100000 100111 0 1000000 11111010 11000 11101

Color Harmonies of #3F395D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F395D

Black with #3F395D

Text Example


Text Example

White with #3F395D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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