Html Css Color HEX #3F2D60 Jacarta

📋 copy color: '#3F2D60'

red 63 ◦ green 45 ◦ blue 96

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

Shades of Jacarta #3F2D60

Tints of Jacarta #3F2D60

RGB

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

 GREEN value IS 45 (17.97% from 255) = 22.06%

 BLUE value IS 96 (37.89% from 255) = 47.06%

R = 30.88%
G = 22.06%
B = 47.06%

CMYK

 C value IS 0.34

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#3F2D60 (or 0x3F2D60) is known color: Jacarta. HEX triplet: 3F, 2D and 60. RGB value is (63,45,96). Sum of RGB (Red+Green+Blue) = 63+45+96=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 45 (17.97% from 255 or 22.06% from 204); Blue value is 96 (37.89% from 255 or 47.06% from 204); Max value from RGB is 96 - color contains mainly: blue. Hex color #3F2D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F2D60 is #C0D29F. Grayscale: #383838. Windows color (decimal): -12636832 or 6303039. OLE color: 6303039.

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

Color convert

RGB 63 45 96 -
CMYK 0.34 0.53 0 0.62
HSL 261.18º 0.36% 0.28% -
HSV(B) 261.18º 0.53% 0.38% -
XYZ 5.1 3.78 11.53 -
YUV 56.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 63 45 96 0.34 0.53 0 0.62 261.18 0.36 0.28
Hex 3F 2D 60 22 35 0 3E 105 24 1C
Octal 77 55 140 42 65 0 76 405 44 34
Binary 111111 101101 1100000 100010 110101 0 111110 100000101 100100 11100

Color Harmonies of #3F2D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F2D60

Black with #3F2D60

Text Example


Text Example

White with #3F2D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,45,96); }

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

background-color css

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

 a { background-color: rgb(63,45,96); }

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

border-color css

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

 span { border-color: rgb(63,45,96); }

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