Html Css Color HEX #3F3061 Jacarta

📋 copy color: '#3F3061'

red 63 ◦ green 48 ◦ blue 97

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

Shades of Jacarta #3F3061

Tints of Jacarta #3F3061

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.08%

 BLUE value IS 97 (38.28% from 255) = 46.63%

R = 30.29%
G = 23.08%
B = 46.63%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F3061 (or 0x3F3061) is known color: Jacarta. HEX triplet: 3F, 30 and 61. RGB value is (63,48,97). Sum of RGB (Red+Green+Blue) = 63+48+97=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 48 (19.14% from 255 or 23.08% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #3F3061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3061 is #C0CF9E. Grayscale: #393939. Windows color (decimal): -12636063 or 6369343. OLE color: 6369343.

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

Color convert

RGB 63 48 97 -
CMYK 0.35 0.51 0 0.62
HSL 258.37º 0.34% 0.28% -
HSV(B) 258.37º 0.51% 0.38% -
XYZ 5.26 4.03 11.81 -
YUV 58.07 149.97 131.52 -
System Red Green Blue C M Y K H S L
Decimal 63 48 97 0.35 0.51 0 0.62 258.37 0.34 0.28
Hex 3F 30 61 23 33 0 3E 102 22 1C
Octal 77 60 141 43 63 0 76 402 42 34
Binary 111111 110000 1100001 100011 110011 0 111110 100000010 100010 11100

Color Harmonies of #3F3061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3061

Black with #3F3061

Text Example


Text Example

White with #3F3061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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